Index: Source/bindings/core/v8/ScriptPreprocessor.h |
diff --git a/Source/bindings/core/v8/ScriptPreprocessor.h b/Source/bindings/core/v8/ScriptPreprocessor.h |
index 7dc15b9420d0a5fe223112f03b087e7ce1032e4d..8bc7de0acb531ad5d3fe0389b2c754845d53eec7 100644 |
--- a/Source/bindings/core/v8/ScriptPreprocessor.h |
+++ b/Source/bindings/core/v8/ScriptPreprocessor.h |
@@ -36,11 +36,12 @@ |
namespace blink { |
class ScriptSourceCode; |
+class ScriptState; |
class ScriptPreprocessor { |
WTF_MAKE_NONCOPYABLE(ScriptPreprocessor); |
public: |
- ScriptPreprocessor(const ScriptSourceCode&, LocalFrame*); |
+ ScriptPreprocessor(v8::Isolate*, const ScriptSourceCode&, LocalFrame*); |
String preprocessSourceCode(const String& sourceCode, const String& sourceName); |
String preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName); |
bool isPreprocessing() { return m_isPreprocessing; } |