| 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);
|
| }
|
|
|