Index: Source/bindings/scripts/unstable/v8_attributes.py |
diff --git a/Source/bindings/scripts/unstable/v8_attributes.py b/Source/bindings/scripts/unstable/v8_attributes.py |
index 9537817fca2b920a32941215521d50017b428223..3a97ee7e9612a4e2a5c5c00eaa064e5bc3fa94d9 100644 |
--- a/Source/bindings/scripts/unstable/v8_attributes.py |
+++ b/Source/bindings/scripts/unstable/v8_attributes.py |
@@ -185,7 +185,6 @@ def is_keep_alive_for_gc(attribute): |
idl_type = attribute.idl_type |
extended_attributes = attribute.extended_attributes |
return ( |
- 'KeepAttributeAliveForGC' in extended_attributes or |
# For readonly attributes, for performance reasons we keep the attribute |
# wrapper alive while the owner wrapper is alive, because the attribute |
# never changes. |