Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: Source/bindings/scripts/code_generator_v8.pm

Issue 48633006: Teach V8GCController how to traverse TemplateContentDocumentFragment::host (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698