Index: sky/engine/bindings/core/v8/ScriptController.h |
diff --git a/sky/engine/bindings/core/v8/ScriptController.h b/sky/engine/bindings/core/v8/ScriptController.h |
index cb687f0228088386ffd182a872d3dc92ca90b5f1..929268ff908137c0a99693ee64853cd93c7a746d 100644 |
--- a/sky/engine/bindings/core/v8/ScriptController.h |
+++ b/sky/engine/bindings/core/v8/ScriptController.h |
@@ -72,7 +72,7 @@ public: |
v8::Local<v8::Value> executeScriptInMainWorldAndReturnValue(const ScriptSourceCode&); |
v8::Local<v8::Value> executeScriptAndReturnValue(v8::Handle<v8::Context>, const ScriptSourceCode&); |
- void executeModuleScript(Document& document, const String& source); |
+ void executeModuleScript(Document& document, const String& source, const TextPosition& textPosition); |
// Executes JavaScript in an isolated world. The script gets its own global scope, |
// its own prototypes for intrinsic JavaScript objects (String, Array, and so-on), |