Index: Source/bindings/templates/interface.h |
diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h |
index b8f1de098386c98d26244c09aecfcd8cb9602fda..2b0de8e139f28faf2b70b58ecc0e9af6db5d7792 100644 |
--- a/Source/bindings/templates/interface.h |
+++ b/Source/bindings/templates/interface.h |
@@ -72,7 +72,7 @@ public: |
{% endif %} |
} |
{% if has_visit_dom_wrapper %} |
- static void visitDOMWrapper(ScriptWrappableBase*, const v8::Persistent<v8::Object>&, v8::Isolate*); |
+ static void visitDOMWrapper(v8::Isolate*, ScriptWrappableBase*, const v8::Persistent<v8::Object>&); |
{% endif %} |
{% if is_active_dom_object %} |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |