summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_value.h
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2017-12-04 15:42:36 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-04 15:42:36 +0000
commitf2d7656f335cf38dfafb97370ffac38b9d4e3fc0 (patch)
treea25d698c3ef75fedba78cc42c9c01195dc352720 /fxjs/cfxjse_value.h
parent53190d99102c9b3a5e0a8751e2f4f957d7736ccf (diff)
downloadpdfium-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.h4
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; }