diff options
author | tsepez <tsepez@chromium.org> | 2017-01-12 06:29:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-12 06:29:47 -0800 |
commit | ffdfbb9ec274785e01dbdb64e9eef624fc1fb2e4 (patch) | |
tree | 474ffa85ff36c02fcb764b8a3b13a7d00fb507e2 /fpdfsdk/javascript/JS_Object.h | |
parent | e8b0281d1342cba6bb1d2f056e014df54b830459 (diff) | |
download | pdfium-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.h | 1 |
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); } |