Index: Source/bindings/scripts/code_generator_v8.pm |
diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm |
index a2e9487f5c9fc10204b80042bf0c68c432284beb..2d79d2255f2d7da0f75f1aaad4277d356758446a 100644 |
--- a/Source/bindings/scripts/code_generator_v8.pm |
+++ b/Source/bindings/scripts/code_generator_v8.pm |
@@ -1702,8 +1702,6 @@ sub ShouldKeepAttributeAlive |
my ($interface, $attribute, $returnType) = @_; |
my $attrName = $attribute->name; |
- return 1 if $attribute->extendedAttributes->{"KeepAttributeAliveForGC"}; |
- |
# For readonly attributes (including Replaceable), as a general rule, for |
# performance reasons we keep the attribute wrapper alive while the owner |
# wrapper is alive, because the attribute never changes. |