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

Unified Diff: LayoutTests/storage/indexeddb/cursor-cast.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/storage/indexeddb/cursor-cast.html
diff --git a/LayoutTests/storage/indexeddb/cursor-cast.html b/LayoutTests/storage/indexeddb/cursor-cast.html
index bd62a3b1e08d54e8f4a2040d1710216eb72d8c58..181e693f59b1ca0449ffa8d89f3feb48764d376e 100644
--- a/LayoutTests/storage/indexeddb/cursor-cast.html
+++ b/LayoutTests/storage/indexeddb/cursor-cast.html
@@ -30,7 +30,6 @@ function verifyWrappers(evt)
preamble(evt);
evalAndLog("cursor = null");
gc();
- gc(); // FIXME: Shouldn't need to call twice. http://crbug.com/288072
setTimeout(checkCursorType, 0);
};
};
« no previous file with comments | « LayoutTests/resources/magnitude-perf.js ('k') | LayoutTests/storage/websql/multiple-databases-garbage-collection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698