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 {}; |