summaryrefslogtreecommitdiff
path: root/fxjs/cjs_global.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-07-11 13:02:54 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-11 13:02:54 +0000
commitb1a4db5551ca7c211c8acbec2b657d25fa7d7f1d (patch)
tree9759d4a4402201ea73df1fee5cfd495b7f103352 /fxjs/cjs_global.h
parentcbed949bee845d6ab3e38b3d9b7e832620b64b51 (diff)
downloadpdfium-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.h2
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;