diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-04 12:33:33 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-04 12:33:33 -0800 |
commit | 1a35d55dd6b0d1ea1918e2d6a6c25faf599ba168 (patch) | |
tree | 9511760e78804772d1035613abfeff71abe61870 /fpdfsdk/include/jsapi/fxjs_v8.h | |
parent | 3e44a7bd2b60ace1ee8bc8f48c709056f65c3dc1 (diff) | |
download | pdfium-1a35d55dd6b0d1ea1918e2d6a6c25faf599ba168.tar.xz |
Revert "Only place primitive objects on the V8 global template."
This reverts commit 3e44a7bd2b60ace1ee8bc8f48c709056f65c3dc1.
R=ochang@chromium.org
TBR=ochang@chromium.org
Review URL: https://codereview.chromium.org/1767793002 .
Diffstat (limited to 'fpdfsdk/include/jsapi/fxjs_v8.h')
-rw-r--r-- | fpdfsdk/include/jsapi/fxjs_v8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h index 64fa01bd44..76373ac4bc 100644 --- a/fpdfsdk/include/jsapi/fxjs_v8.h +++ b/fpdfsdk/include/jsapi/fxjs_v8.h @@ -188,7 +188,7 @@ void FXJS_DefineGlobalMethod(v8::Isolate* pIsolate, v8::FunctionCallback pMethodCall); void FXJS_DefineGlobalConst(v8::Isolate* pIsolate, const wchar_t* sConstName, - v8::FunctionCallback pConstGetter); + v8::Local<v8::Value> pDefault); // Called after FXJS_Define* calls made. void FXJS_InitializeRuntime( |