Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(869)

Unified Diff: fpdfsdk/javascript/JS_Define.h

Issue 2628843003: Remove unused CJS_Object::ExitInstance() method (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/javascript/JS_Object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/javascript/JS_Define.h
diff --git a/fpdfsdk/javascript/JS_Define.h b/fpdfsdk/javascript/JS_Define.h
index 17dd8e9c7042a271a076a90e87ced47e0c9dbb86..feab4d1996ff886d208456579f3173aa34d4150a 100644
--- a/fpdfsdk/javascript/JS_Define.h
+++ b/fpdfsdk/javascript/JS_Define.h
@@ -261,7 +261,6 @@ void JSMethod(const char* method_name_string,
v8::Local<v8::Object> obj) { \
js_class_name* pObj = \
static_cast<js_class_name*>(pEngine->GetObjectPrivate(obj)); \
- pObj->ExitInstance(); \
delete pObj; \
} \
void js_class_name::DefineProps(CFXJS_Engine* pEngine) { \
« no previous file with comments | « no previous file | fpdfsdk/javascript/JS_Object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698