Chromium Code Reviews| Index: LayoutTests/fast/dom/resources/script-element-gc.js |
| diff --git a/LayoutTests/fast/dom/resources/script-element-gc.js b/LayoutTests/fast/dom/resources/script-element-gc.js |
| index b0342cdd36c3a8688bf2bb4ca9cf955688fb0b3c..5ee1e8a0f93ef551271bbc317ebd5ce7ed996af0 100644 |
| --- a/LayoutTests/fast/dom/resources/script-element-gc.js |
| +++ b/LayoutTests/fast/dom/resources/script-element-gc.js |
| @@ -1,7 +1,7 @@ |
| function gc() |
| { |
| if (window.GCController) |
| - return GCController.collect(); |
| + return GCController.collectAll(); |
| for (var i = 0; i < 10000; i++) { // > force garbage collection (FF requires about 9K allocations before a collect) |
| var s = new String(""); |