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

Unified Diff: LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.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/svg/dom/SVGLengthList-appendItemFromClearedList.html
diff --git a/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html b/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html
index 62475045abc1b49d9cd4922774bd4c1571a52ebb..679b21d63dff9f46ddb0e70a8cbff2ba4fa47b2b 100644
--- a/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html
+++ b/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html
@@ -30,7 +30,7 @@
debug("The test passes if you only see 'PASS' messages, and test doesn't crash");
- gc(); gc();
+ gc();
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/storage/websql/multiple-databases-garbage-collection.js ('k') | LayoutTests/svg/dom/SVGLengthList-basics.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698