| Index: fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp
|
| diff --git a/fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp b/fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp
|
| index e89bb28113b7bc463d3bcc51257aa5a4025043f8..2dc03a84e09545cd30113160db770fb2c561bfcf 100644
|
| --- a/fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp
|
| +++ b/fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp
|
| @@ -21,7 +21,7 @@ class FXJSV8EmbedderTest : public JSEmbedderTest {
|
| public:
|
| void ExecuteInCurrentContext(const wchar_t* script) {
|
| FXJSErr error;
|
| - int sts = FXJS_Execute(isolate(), nullptr, script, &error);
|
| + int sts = FXJS_Execute(isolate(), script, &error);
|
| EXPECT_EQ(0, sts);
|
| }
|
| void CheckAssignmentInCurrentContext(double expected) {
|
|
|