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 6237308c23f1d52ff1926c33e3805df1f60e421c..f52dacf12b6a9abb79ce7436674ce3393c8c474b 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. |