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

Unified Diff: LayoutTests/storage/websql/multiple-databases-garbage-collection.js

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/storage/websql/multiple-databases-garbage-collection.js
diff --git a/LayoutTests/storage/websql/multiple-databases-garbage-collection.js b/LayoutTests/storage/websql/multiple-databases-garbage-collection.js
index bd2f400981c24b4b1e3ee3413ae8255fdace0455..ba47b0b23ea603b50ab7e740e575ecfd74a5ea5a 100644
--- a/LayoutTests/storage/websql/multiple-databases-garbage-collection.js
+++ b/LayoutTests/storage/websql/multiple-databases-garbage-collection.js
@@ -2,7 +2,7 @@ function GC()
{
// Force GC.
if (window.GCController)
- GCController.collect();
+ GCController.collectAll();
else {
for (var i = 0; i < 10000; ++i) {
({ });
« no previous file with comments | « LayoutTests/storage/indexeddb/cursor-cast.html ('k') | LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698