From 754646948a572745380bcbdc23433337ca3dc562 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 13 Jun 2016 12:47:07 -0700 Subject: Remove unimplemented signatures Neither of these methods have bodies, remove from header file. Review-Url: https://codereview.chromium.org/2060303002 --- fpdfsdk/jsapi/include/fxjs_v8.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fpdfsdk/jsapi/include/fxjs_v8.h b/fpdfsdk/jsapi/include/fxjs_v8.h index 6606df4d26..60389d2e1a 100644 --- a/fpdfsdk/jsapi/include/fxjs_v8.h +++ b/fpdfsdk/jsapi/include/fxjs_v8.h @@ -138,7 +138,6 @@ class FXJS_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { using FXJS_CONSTRUCTOR = void (*)(IJS_Runtime* cc, v8::Local obj); using FXJS_DESTRUCTOR = void (*)(v8::Local obj); -// Call before making FXJS_PrepareIsolate call. void FXJS_Initialize(unsigned int embedderDataSlot, v8::Isolate* pIsolate); void FXJS_Release(); @@ -150,14 +149,6 @@ bool FXJS_GetIsolate(v8::Isolate** pResultIsolate); // Get the global isolate's ref count. size_t FXJS_GlobalIsolateRefCount(); -// Call before making FXJS_Define* calls. Resources allocated here are cleared -// as part of FXJS_ReleaseRuntime(). -void FXJS_PrepareIsolate(v8::Isolate* pIsolate); - -// Call before making JS_Define* calls. Resources allocated here are cleared -// as part of JS_ReleaseRuntime(). -void JS_PrepareIsolate(v8::Isolate* pIsolate); - // Always returns a valid, newly-created objDefnID. int FXJS_DefineObj(v8::Isolate* pIsolate, const wchar_t* sObjName, -- cgit v1.2.3