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

Unified Diff: LayoutTests/fast/dom/html-options-collection-lifetime.html

Issue 211933008: Remove multiple GC calls and replace GCController.collect calls with GCController.collectAll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert change to worker-event-listener Created 6 years, 9 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: LayoutTests/fast/dom/html-options-collection-lifetime.html
diff --git a/LayoutTests/fast/dom/html-options-collection-lifetime.html b/LayoutTests/fast/dom/html-options-collection-lifetime.html
index ff9b9aad3700139905a3bf92f3a8adc9845abd73..7592145e8ee499fb443b295f5476164a91203c99 100644
--- a/LayoutTests/fast/dom/html-options-collection-lifetime.html
+++ b/LayoutTests/fast/dom/html-options-collection-lifetime.html
@@ -15,7 +15,6 @@ var observeOptions = internals.observeGC(options);
select = null;
option = null;
gc();
-gc();
shouldBeTrue('observeSelect.wasCollected');
shouldBeTrue('observeOption.wasCollected');
« no previous file with comments | « LayoutTests/fast/dom/Attr/child-nodes-cache.html ('k') | LayoutTests/fast/dom/resources/script-element-gc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698