Index: LayoutTests/fast/forms/select-set-length-with-mutation-remove.html |
diff --git a/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html b/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html |
index 770f0b14a436a2d32da05fb3987f8aee15b954fd..3357ebbaa7a8f89e8ff39f2dd82241e452d84c13 100644 |
--- a/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html |
+++ b/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html |
@@ -16,7 +16,7 @@ function onRemove(e) { |
e.target.nextSibling.parentNode.removeChild(e.target.nextSibling); |
sel.addEventListener('DOMNodeRemoved', onRemove, false); |
} |
- gc(); |
+ GCController.collect(); // Use a single GC here to avoid test TIMEOUTs. |
} |
var sel = document.createElement('select'); |