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

Unified Diff: LayoutTests/svg/dom/SVGLengthList-basics.xhtml

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
« no previous file with comments | « LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGLengthList-basics.xhtml
diff --git a/LayoutTests/svg/dom/SVGLengthList-basics.xhtml b/LayoutTests/svg/dom/SVGLengthList-basics.xhtml
index 59fb33639b0b9556404969a60e3dde7a6a3abaa9..af37feb4df7099d2ff6e3cd68d702b5e69399694 100644
--- a/LayoutTests/svg/dom/SVGLengthList-basics.xhtml
+++ b/LayoutTests/svg/dom/SVGLengthList-basics.xhtml
@@ -183,7 +183,7 @@
shouldThrow("text1.x.animVal.clear()");
shouldBeUndefined("text1.x.baseVal.clear()");
- gc(); gc();
+ gc();
]]>
</script>
</body>
« no previous file with comments | « LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698