| Index: LayoutTests/fast/workers/worker-messageport-gc.html
|
| diff --git a/LayoutTests/fast/workers/worker-messageport-gc.html b/LayoutTests/fast/workers/worker-messageport-gc.html
|
| index c6d4fec819f2b988d63674c36565c54707a54f87..35d056316290996422049fa0f98c4ad111bf627f 100644
|
| --- a/LayoutTests/fast/workers/worker-messageport-gc.html
|
| +++ b/LayoutTests/fast/workers/worker-messageport-gc.html
|
| @@ -38,7 +38,7 @@ function testReachable()
|
| function gc()
|
| {
|
| if (window.GCController)
|
| - return GCController.collect();
|
| + return GCController.collectAll();
|
|
|
| for (var i = 0; i < 10000; i++) { // force garbage collection (FF requires about 9K allocations before a collect)
|
| var s = new String("abc");
|
|
|