| 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');
|
|
|