Index: Source/bindings/v8/ScriptPreprocessor.cpp |
diff --git a/Source/bindings/v8/ScriptPreprocessor.cpp b/Source/bindings/v8/ScriptPreprocessor.cpp |
index 390c4a2e182830a8109bb9ac06bf20794c88b149..1d5b8428eb10e8ecf5504b0be771bc8ef9d196c6 100644 |
--- a/Source/bindings/v8/ScriptPreprocessor.cpp |
+++ b/Source/bindings/v8/ScriptPreprocessor.cpp |
@@ -74,7 +74,7 @@ String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const |
if (!isValid()) |
return sourceCode; |
- return preprocessSourceCode(sourceCode, sourceName, v8::Undefined()); |
+ return preprocessSourceCode(sourceCode, sourceName, v8::Undefined(m_isolate)); |
} |
String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName) |