Index: LayoutTests/fast/events/message-port-gc-closed.html |
diff --git a/LayoutTests/fast/events/message-port-gc-closed.html b/LayoutTests/fast/events/message-port-gc-closed.html |
index 134652f45373487c92acd0023a09ad50f4423f35..4dba52da1a27ae633a9d72d6f1fc2a8b59fb1f41 100644 |
--- a/LayoutTests/fast/events/message-port-gc-closed.html |
+++ b/LayoutTests/fast/events/message-port-gc-closed.html |
@@ -8,7 +8,6 @@ window.onmessage = function(evt) { |
iframeDocGC = internals.observeGC(document.querySelector('iframe').contentDocument); |
document.querySelector('iframe').remove(); |
gc(); |
- gc(); |
shouldBeTrue("iframeDocGC.wasCollected"); |
finishJSTest(); |
} |