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

Unified Diff: LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml

Issue 216563002: [SVG Fonts] Fix <font-face> element leak document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 8 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 | « no previous file | LayoutTests/svg/svg-font-face-leak-document.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml
diff --git a/LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml b/LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml
index a4e84cdc4ea1b72aaa3e3f2692b342f99f68318d..6527d5d80c00a6a70a10332f8d09ad6c252abbd3 100644
--- a/LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml
+++ b/LayoutTests/fast/dom/remove-svg-font-face-element-crash.xhtml
@@ -36,6 +36,7 @@ function runTest() {
fontWillBeRemoved.parentNode.removeChild(fontWillBeRemoved);
delete fontWillBeRemoved;
fontWillBeRemoved = null;
+ gc();
use.appendChild(text);
}, 0);
}
« no previous file with comments | « no previous file | LayoutTests/svg/svg-font-face-leak-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698