diff options
author | Lei Zhang <thestig@chromium.org> | 2018-07-11 13:02:54 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-11 13:02:54 +0000 |
commit | b1a4db5551ca7c211c8acbec2b657d25fa7d7f1d (patch) | |
tree | 9759d4a4402201ea73df1fee5cfd495b7f103352 /fxjs/cjs_global.h | |
parent | cbed949bee845d6ab3e38b3d9b7e832620b64b51 (diff) | |
download | pdfium-b1a4db5551ca7c211c8acbec2b657d25fa7d7f1d.tar.xz |
Fix some nits in fxjs code.
Change-Id: I533a702947ba371cbc7971d88a3b7dabbc81a298
Reviewed-on: https://pdfium-review.googlesource.com/37511
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r-- | fxjs/cjs_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h index 17a519e651..ba5d57cd07 100644 --- a/fxjs/cjs_global.h +++ b/fxjs/cjs_global.h @@ -78,7 +78,7 @@ class CJS_Global : public CJS_Object { bool bDefaultPersistent); void ObjectToArray(CJS_Runtime* pRuntime, v8::Local<v8::Object> pObj, - CJS_GlobalVariableArray& array); + CJS_GlobalVariableArray* pArray); void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData); std::map<ByteString, std::unique_ptr<JSGlobalData>> m_MapGlobal; |