diff options
author | dan sinclair <dsinclair@chromium.org> | 2017-12-04 15:42:36 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-04 15:42:36 +0000 |
commit | f2d7656f335cf38dfafb97370ffac38b9d4e3fc0 (patch) | |
tree | a25d698c3ef75fedba78cc42c9c01195dc352720 /fxjs/cfxjse_value.h | |
parent | 53190d99102c9b3a5e0a8751e2f4f957d7736ccf (diff) | |
download | pdfium-f2d7656f335cf38dfafb97370ffac38b9d4e3fc0.tar.xz |
XFA JS method cleanup
Change-Id: I182388970e422bd31d011628a4f1b905d12b0da0
Reviewed-on: https://pdfium-review.googlesource.com/20193
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_value.h')
-rw-r--r-- | fxjs/cfxjse_value.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fxjs/cfxjse_value.h b/fxjs/cfxjse_value.h index 52905db90f..52bb036b95 100644 --- a/fxjs/cfxjse_value.h +++ b/fxjs/cfxjse_value.h @@ -68,10 +68,6 @@ class CFXJSE_Value { bool SetObjectOwnProperty(const ByteStringView& szPropName, CFXJSE_Value* lpPropValue); bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis); - bool Call(CFXJSE_Value* lpReceiver, - CFXJSE_Value* lpRetValue, - uint32_t nArgCount, - CFXJSE_Value** lpArgs); v8::Isolate* GetIsolate() const { return m_pIsolate; } const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; } |