| 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 345632de4ca27269b6d43c547ee7cb8cb3eeffc8..26ac4197b85b337be63aca690fbb508a396b79da 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -1688,8 +1688,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.
|
|
|