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

Unified Diff: LayoutTests/media/media-continues-playing-after-replace-source.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/media-continues-playing-after-replace-source.html
diff --git a/LayoutTests/media/media-continues-playing-after-replace-source.html b/LayoutTests/media/media-continues-playing-after-replace-source.html
index 0db1e576e7cc3f364aa2792b48c66557c37c0145..ffd77c136717172224e798907bc5da68c4c1ad99 100644
--- a/LayoutTests/media/media-continues-playing-after-replace-source.html
+++ b/LayoutTests/media/media-continues-playing-after-replace-source.html
@@ -104,7 +104,6 @@
document.write("<audio controls></audio>");
testAudioElement(0);
gc();
- gc();
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698