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

Unified Diff: LayoutTests/fast/forms/dangling-form-element-crash.html

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
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");
}
« no previous file with comments | « LayoutTests/fast/events/message-port-gc-closed-cloned.html ('k') | LayoutTests/fast/forms/radio/radio-group.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698