Index: fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp |
diff --git a/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp b/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp |
index 187d6117708c602cf68f5bb3dd8284c41fd5dff8..187f896492c6a0d9d747f6ffbaf3d6221dd20acd 100644 |
--- a/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp |
+++ b/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp |
@@ -32,7 +32,7 @@ class FXJSV8Embeddertest : public EmbedderTest { |
v8::Isolate::Scope isolate_scope(m_pIsolate); |
v8::HandleScope handle_scope(m_pIsolate); |
FXJS_PerIsolateData::SetUp(m_pIsolate); |
- FXJS_InitializeRuntime(m_pIsolate, nullptr, nullptr, m_pPersistentContext); |
+ FXJS_InitializeRuntime(m_pIsolate, nullptr, m_pPersistentContext); |
} |
void TearDown() override { |