summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/JS_Object.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2017-01-12 06:29:47 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-12 06:29:47 -0800
commitffdfbb9ec274785e01dbdb64e9eef624fc1fb2e4 (patch)
tree474ffa85ff36c02fcb764b8a3b13a7d00fb507e2 /fpdfsdk/javascript/JS_Object.h
parente8b0281d1342cba6bb1d2f056e014df54b830459 (diff)
downloadpdfium-ffdfbb9ec274785e01dbdb64e9eef624fc1fb2e4.tar.xz
Remove unused CJS_Object::ExitInstance() method
All the work happens in the virtual dtors like it should. Review-Url: https://codereview.chromium.org/2628843003
Diffstat (limited to 'fpdfsdk/javascript/JS_Object.h')
-rw-r--r--fpdfsdk/javascript/JS_Object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/JS_Object.h b/fpdfsdk/javascript/JS_Object.h
index c6491e27a0..658a5e212f 100644
--- a/fpdfsdk/javascript/JS_Object.h
+++ b/fpdfsdk/javascript/JS_Object.h
@@ -38,7 +38,6 @@ class CJS_Object {
void Dispose();
virtual void InitInstance(IJS_Runtime* pIRuntime);
- virtual void ExitInstance();
v8::Local<v8::Object> ToV8Object() { return m_pV8Object.Get(m_pIsolate); }