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

Unified Diff: LayoutTests/fast/events/message-port-gc-closed.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/events/message-port-gc-closed.html
diff --git a/LayoutTests/fast/events/message-port-gc-closed.html b/LayoutTests/fast/events/message-port-gc-closed.html
index 134652f45373487c92acd0023a09ad50f4423f35..4dba52da1a27ae633a9d72d6f1fc2a8b59fb1f41 100644
--- a/LayoutTests/fast/events/message-port-gc-closed.html
+++ b/LayoutTests/fast/events/message-port-gc-closed.html
@@ -8,7 +8,6 @@ window.onmessage = function(evt) {
iframeDocGC = internals.observeGC(document.querySelector('iframe').contentDocument);
document.querySelector('iframe').remove();
gc();
- gc();
shouldBeTrue("iframeDocGC.wasCollected");
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698