diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-11 10:18:16 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-11 10:18:16 -0800 |
commit | 945fdb70f022952e9ed53847649226369352920a (patch) | |
tree | 2e6ef88fdcb63d8d8b9961e8691a2f7049a2a9f1 /fpdfsdk/src/javascript/JS_Value.h | |
parent | dd734def34bc31be370b168267ccba9705c7fc1b (diff) | |
download | pdfium-945fdb70f022952e9ed53847649226369352920a.tar.xz |
Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1437713003 .
(cherry picked from commit f20a34c0f2dfca49f735a0f11147254c26831e7c)
Review URL: https://codereview.chromium.org/1437863005 .
Diffstat (limited to 'fpdfsdk/src/javascript/JS_Value.h')
-rw-r--r-- | fpdfsdk/src/javascript/JS_Value.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/src/javascript/JS_Value.h b/fpdfsdk/src/javascript/JS_Value.h index 68e643e055..875ab18ca9 100644 --- a/fpdfsdk/src/javascript/JS_Value.h +++ b/fpdfsdk/src/javascript/JS_Value.h @@ -88,8 +88,6 @@ class CJS_Value { CJS_Runtime* m_pJSRuntime; }; -using CJS_Parameters = std::vector<CJS_Value>; - class CJS_PropValue : public CJS_Value { public: CJS_PropValue(const CJS_Value&); |