summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-09-17 15:30:14 -0700
committerTom Sepez <tsepez@chromium.org>2015-09-17 15:30:14 -0700
commit34b39e1d4fa0b16d47770b823230344356cc451a (patch)
treeb4e379ba6ff9a4b03d753156345cc596d15e1547 /fpdfsdk/include
parentfa31d9630aadfe101d3b35e26ce0fc926ec1505b (diff)
downloadpdfium-34b39e1d4fa0b16d47770b823230344356cc451a.tar.xz
Don't pass null isolates to FXJS_ when we have a real isolate.
Kill some now unused functions as a result. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1350703003 .
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r--fpdfsdk/include/jsapi/fxjs_v8.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h
index 3499bfbfea..a1541593a1 100644
--- a/fpdfsdk/include/jsapi/fxjs_v8.h
+++ b/fpdfsdk/include/jsapi/fxjs_v8.h
@@ -125,9 +125,7 @@ const wchar_t* FXJS_GetTypeof(v8::Local<v8::Value> pObj);
void FXJS_SetPrivate(v8::Isolate* pIsolate,
v8::Local<v8::Object> pObj,
void* p);
-void FXJS_SetPrivate(v8::Local<v8::Object> pObj, void* p);
void* FXJS_GetPrivate(v8::Isolate* pIsolate, v8::Local<v8::Object> pObj);
-void* FXJS_GetPrivate(v8::Local<v8::Object> pObj);
void FXJS_FreePrivate(void* p);
void FXJS_FreePrivate(v8::Local<v8::Object> pObj);