diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-08-14 23:39:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-14 23:39:39 +0000 |
commit | 48d62c3a5f57eb3397a335bea4a5a30de2fcb955 (patch) | |
tree | 86e6d3c3a36576d94bcbf59e8444fce920c6d409 /fxjs/cfxjse_engine.h | |
parent | aae14df8c1a0a36f772afb4ba5b3537f4ea0b214 (diff) | |
download | pdfium-48d62c3a5f57eb3397a335bea4a5a30de2fcb955.tar.xz |
Remove optional argument from GetVariablesThis().
Change-Id: Ie0e8e83e0380c323d8d12e82e50126b85d34405c
Reviewed-on: https://pdfium-review.googlesource.com/40191
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_engine.h')
-rw-r--r-- | fxjs/cfxjse_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cfxjse_engine.h b/fxjs/cfxjse_engine.h index b85a4f1ae2..380965e8d3 100644 --- a/fxjs/cfxjse_engine.h +++ b/fxjs/cfxjse_engine.h @@ -100,7 +100,7 @@ class CFXJSE_Engine : public CFX_V8 { uint32_t dwFlag, bool bSetting); bool IsStrictScopeInJavaScript(); - CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode = false); + CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode); bool QueryVariableValue(CXFA_Node* pScriptNode, const ByteStringView& szPropName, CFXJSE_Value* pValue, |