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

Unified Diff: LayoutTests/resources/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/plugins/refcount-leaks.html ('k') | LayoutTests/resources/magnitude-perf.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/resources/gc.js
diff --git a/LayoutTests/resources/gc.js b/LayoutTests/resources/gc.js
index 074b3c8f24b0a2c347da13b64cde0fd773438d8b..95a005fe454f06153075e22ccc2a4f0c6f8212a8 100644
--- a/LayoutTests/resources/gc.js
+++ b/LayoutTests/resources/gc.js
@@ -6,7 +6,7 @@ if (!window.gc)
window.gc = function()
{
if (window.GCController)
- return GCController.collect();
+ return GCController.collectAll();
function gcRec(n) {
if (n < 1)
return {};
« no previous file with comments | « LayoutTests/plugins/refcount-leaks.html ('k') | LayoutTests/resources/magnitude-perf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698