Index: Source/bindings/scripts/CodeGeneratorV8.pm |
diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm |
index 2cf402511932ae937a5765e4f3873c619feef350..b8116b6c709f1fc97c698b06a411fbaca985d3f4 100644 |
--- a/Source/bindings/scripts/CodeGeneratorV8.pm |
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm |
@@ -3600,7 +3600,7 @@ sub GenerateCallbackImplementation |
${v8InterfaceName}::${v8InterfaceName}(v8::Handle<v8::Object> callback, ScriptExecutionContext* context) |
: ActiveDOMCallback(context) |
, m_callback(callback) |
- , m_world(DOMWrapperWorld::current(context)) |
+ , m_world(DOMWrapperWorld::current()) |
{ |
} |