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

Unified Diff: LayoutTests/fast/js/script-tests/with-scope-gc.js

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
« no previous file with comments | « LayoutTests/fast/forms/radio/radio-group.html ('k') | LayoutTests/fast/workers/worker-messageport-gc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/script-tests/with-scope-gc.js
diff --git a/LayoutTests/fast/js/script-tests/with-scope-gc.js b/LayoutTests/fast/js/script-tests/with-scope-gc.js
index e8cabe7eb88b7df67a67e46a70d9e5c8a4dceedb..a661de8e09613a6eba452f8c32e16a38afdf725a 100644
--- a/LayoutTests/fast/js/script-tests/with-scope-gc.js
+++ b/LayoutTests/fast/js/script-tests/with-scope-gc.js
@@ -5,7 +5,7 @@ description(
function gc()
{
if (this.GCController)
- GCController.collect();
+ GCController.collectAll();
else
for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
({});
« no previous file with comments | « LayoutTests/fast/forms/radio/radio-group.html ('k') | LayoutTests/fast/workers/worker-messageport-gc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698