Index: third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html b/third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html |
index d7c81a7584412ef4a8a174383be66d1425d9bd3c..43032afec9b5c9d08ded63f30a1a495bb19a887c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html |
@@ -1,16 +1,8 @@ |
<body> |
<p>Test that messaging an inactive frameless document works as expected.</p> |
<pre id=log></pre> |
+<script src="../../resources/gc.js"></script> |
<script> |
-function gc() |
-{ |
- if (window.GCController) |
- return GCController.collect(); |
- |
- for (var i = 0; i < 10000; i++) { // > force garbage collection (FF requires about 9K allocations before a collect) |
- var s = new String("abc"); |
- } |
-} |
function log(message) |
{ |