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

Unified Diff: LayoutTests/media/track/text-track-cue-is-reachable.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/media/track/text-track-cue-is-reachable.html
diff --git a/LayoutTests/media/track/text-track-cue-is-reachable.html b/LayoutTests/media/track/text-track-cue-is-reachable.html
index e6122b9c2eaf8585551a86f4036b2e2f3bf21ed0..56e4066e76c300e04b8cceb142c39006500ec8f1 100644
--- a/LayoutTests/media/track/text-track-cue-is-reachable.html
+++ b/LayoutTests/media/track/text-track-cue-is-reachable.html
@@ -9,7 +9,7 @@
function forceGC()
{
if (window.GCController)
- return GCController.collect();
+ return GCController.collectAll();
// Force garbage collection
for (var ndx = 0; ndx < 99000; ndx++)

Powered by Google App Engine
This is Rietveld 408576698