Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: LayoutTests/plugins/npruntime/leak-window-scriptable-object.html

Issue 211933008: Remove multiple GC calls and replace GCController.collect calls with GCController.collectAll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert change to worker-event-listener Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/npruntime/leak-window-scriptable-object.html
diff --git a/LayoutTests/plugins/npruntime/leak-window-scriptable-object.html b/LayoutTests/plugins/npruntime/leak-window-scriptable-object.html
index a5b27531f3129ec847b9667b7374832af72a7879..2cceff3302098cdde5b9419fdacbd6347770e8ed 100644
--- a/LayoutTests/plugins/npruntime/leak-window-scriptable-object.html
+++ b/LayoutTests/plugins/npruntime/leak-window-scriptable-object.html
@@ -10,7 +10,6 @@ description("Test that a plugin that fails to release the window script object d
if (window.internals) {
// Test that the live document count returns to the initial value, rather than to a specific value, so this test is robust to leaks in preceding tests.
gc();
- gc(); // FIXME: Unclear why this is needed, see crbug.com/307614
var initialLiveDocumentCount = window.internals.numberOfLiveDocuments();
var iframe = document.createElement('iframe');
« no previous file with comments | « LayoutTests/plugins/multiple-plugins.html ('k') | LayoutTests/plugins/npruntime/script-tests/browser-object-identity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698