Chromium Code Reviews| Index: LayoutTests/plugins/multiple-plugins.html |
| diff --git a/LayoutTests/plugins/multiple-plugins.html b/LayoutTests/plugins/multiple-plugins.html |
| index 1bd5456046da8df8073dd0ea6c1e1c924bd53ee8..9b71be0b655d0d21baf897972d89f4f49dda33a1 100644 |
| --- a/LayoutTests/plugins/multiple-plugins.html |
| +++ b/LayoutTests/plugins/multiple-plugins.html |
| @@ -3,12 +3,8 @@ |
| } |
| function doGC() { |
| - if (window.gc) { |
| - // GC twice to make sure everything is cleaned up. |
| - for (var i = 0; i < 4; i++) { |
| - window.gc(); |
| - } |
| - } |
| + if (window.GCController) |
| + GCController.collectAll(); |
| } |
| function runtest() { |