Index: LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js |
diff --git a/LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js b/LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js |
index e6c8fa2efb32fe2460b3b0c98fb2b01db0bc60c0..340efb0c632ebe6175c6e255f3f062c1f35e15d8 100644 |
--- a/LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js |
+++ b/LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js |
@@ -3,7 +3,7 @@ description("Test that plug-in doesn't get a new browser object instance each ti |
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"); |