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

Unified Diff: LayoutTests/fast/events/message-port-gc-closed-cloned.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-cloned.html
diff --git a/LayoutTests/fast/events/message-port-gc-closed-cloned.html b/LayoutTests/fast/events/message-port-gc-closed-cloned.html
index 21a87748e094cb78faf20af5565f980917cdae7e..8aadb6ae96bdb6ccd690ec670a1898996618f9d1 100644
--- a/LayoutTests/fast/events/message-port-gc-closed-cloned.html
+++ b/LayoutTests/fast/events/message-port-gc-closed-cloned.html
@@ -11,7 +11,6 @@ function runTest() {
iframeDocGC = internals.observeGC(document.querySelector('iframe').contentDocument);
document.querySelector('iframe').remove();
gc();
- gc();
shouldBeTrue("iframeDocGC.wasCollected");
finishJSTest();
};
« no previous file with comments | « LayoutTests/fast/events/message-port-gc-closed.html ('k') | LayoutTests/fast/forms/dangling-form-element-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698