| Index: Source/bindings/core/v8/V8ScriptRunnerTest.cpp
|
| diff --git a/Source/bindings/core/v8/V8ScriptRunnerTest.cpp b/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
|
| index 0f12f1cd3312f8d1bee4e9e77191bd3bbb7d1ebe..2565d072b96beaf4271b8564d2edfd57bc9b930b 100644
|
| --- a/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
|
| +++ b/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
|
| @@ -65,7 +65,7 @@ public:
|
| {
|
| return !V8ScriptRunner::compileScript(
|
| v8String(isolate(), code()), filename(), WTF::TextPosition(),
|
| - m_resource.get(), isolate(), NotSharableCrossOrigin, cacheOptions)
|
| + m_resource.get(), 0, isolate(), NotSharableCrossOrigin, cacheOptions)
|
| .IsEmpty();
|
| }
|
|
|
|
|