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

Unified Diff: LayoutTests/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.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/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html
diff --git a/LayoutTests/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html b/LayoutTests/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html
index 78625cacc09844335c8299be532e42eaaba7074e..b710c1c3bcf0f2402786159c018bf25d86193438 100644
--- a/LayoutTests/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html
+++ b/LayoutTests/fast/dom/shadow/access-document-of-detached-stylesheetlist-crash.html
@@ -18,7 +18,6 @@ function runTest()
setTimeout(function() {
gc();
- gc(); // FIXME: remove one gc() after refactoring gc()'s c++ code.
if (window.testRunner)
testRunner.notifyDone();
« no previous file with comments | « LayoutTests/fast/dom/resources/script-element-gc.js ('k') | LayoutTests/fast/events/message-port-gc-closed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698