Chromium Code Reviews| Index: LayoutTests/fast/forms/dangling-form-element-crash.html |
| diff --git a/LayoutTests/fast/forms/dangling-form-element-crash.html b/LayoutTests/fast/forms/dangling-form-element-crash.html |
| index 2cee960fae8ae7420fe747327c6e8c024a991558..f5a690629b6e0d9c36c26e9edafa4fbbee374672 100644 |
| --- a/LayoutTests/fast/forms/dangling-form-element-crash.html |
| +++ b/LayoutTests/fast/forms/dangling-form-element-crash.html |
| @@ -7,7 +7,7 @@ |
| function gc() { |
| if (window.GCController) |
| - return GCController.collect(); |
| + return GCController.collectAll(); |
| for (var i = 0; i < 10000; ++i) |
| var s = new String("foo"); |
| } |