Chromium Code Reviews| Index: LayoutTests/media/track/tracklist-is-reachable.html |
| diff --git a/LayoutTests/media/track/tracklist-is-reachable.html b/LayoutTests/media/track/tracklist-is-reachable.html |
| index ca6ed07b311a2a0de34f5d4662e188574cd570a6..782961695561ec7fcf0e11982e9f8061854ce9d0 100644 |
| --- a/LayoutTests/media/track/tracklist-is-reachable.html |
| +++ b/LayoutTests/media/track/tracklist-is-reachable.html |
| @@ -10,7 +10,7 @@ |
| function forceGC() |
| { |
| if (window.GCController) |
| - return GCController.collect(); |
| + return GCController.collectAll(); |
| // Force garbage collection |
| for (var ndx = 0; ndx < 99000; ndx++) |