summaryrefslogtreecommitdiff
path: root/fpdfsdk/jsapi/include
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-06 09:49:32 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-06 09:49:32 -0700
commit884b4f942d510974e713361b84a717340eb928b9 (patch)
tree712d15560e345be172f2e6c71a5f2bd85fe5e663 /fpdfsdk/jsapi/include
parentf7e108b2d0c2f67a143e99693df084bfff7037ec (diff)
downloadpdfium-884b4f942d510974e713361b84a717340eb928b9.tar.xz
Remove unused context param from execute.
The IJS_Context parameter is never used, removed. Review-Url: https://codereview.chromium.org/2035743002
Diffstat (limited to 'fpdfsdk/jsapi/include')
-rw-r--r--fpdfsdk/jsapi/include/fxjs_v8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fpdfsdk/jsapi/include/fxjs_v8.h b/fpdfsdk/jsapi/include/fxjs_v8.h
index 235f3bc902..6606df4d26 100644
--- a/fpdfsdk/jsapi/include/fxjs_v8.h
+++ b/fpdfsdk/jsapi/include/fxjs_v8.h
@@ -211,8 +211,7 @@ void FXJS_SetRuntimeForV8Context(v8::Local<v8::Context> v8Context,
// Called after FXJS_InitializeRuntime call made.
int FXJS_Execute(v8::Isolate* pIsolate,
- IJS_Context* pJSContext,
- const wchar_t* script,
+ const CFX_WideString& script,
FXJSErr* perror);
v8::Local<v8::Object> FXJS_NewFxDynamicObj(v8::Isolate* pIsolate,