Index: Source/bindings/templates/interface.cpp |
diff --git a/Source/bindings/templates/interface.cpp b/Source/bindings/templates/interface.cpp |
index 4059005269323210e0aae28bc8300c47630e1598..566efffbbc305653f5364ac817db734643065b2c 100644 |
--- a/Source/bindings/templates/interface.cpp |
+++ b/Source/bindings/templates/interface.cpp |
@@ -570,7 +570,6 @@ void {{v8_class}}::visitDOMWrapper(v8::Isolate* isolate, ScriptWrappable* script |
return; |
} |
{% endif %} |
- setObjectGroup(isolate, scriptWrappable, wrapper); |
} |
{% endif %} |