Index: Source/bindings/templates/methods.cpp |
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp |
index 78a1b0f1bedc2b7a7277e833dfea65d98b837add..0f93ced4400c4c2411b386879e7dc0ae31e3a3cc 100644 |
--- a/Source/bindings/templates/methods.cpp |
+++ b/Source/bindings/templates/methods.cpp |
@@ -272,7 +272,7 @@ else |
{# Length check needed to skip action on legacy calls without enough arguments. |
http://crbug.com/353484 #} |
if (info.Length() >= {{argument_index}} + 1 && listener && !impl->toNode()) |
- {{hidden_dependency_action}}(info.Holder(), info[{{argument_index}}], {{v8_class}}::eventListenerCacheIndex, info.GetIsolate()); |
+ {{hidden_dependency_action}}(info.GetIsolate(), info.Holder(), info[{{argument_index}}], {{v8_class}}::eventListenerCacheIndex); |
{% endif %} |
{% endmacro %} |