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

Unified Diff: LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.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/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
index 1e52dc1f154e8ec14c9403ab3078b04f238b3540..2839e9197e7d6129d30726809b680c7af2235f65 100644
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
+++ b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
@@ -10,7 +10,6 @@ if (window.testRunner) {
function createDetachedDomTreeAndRunTest()
{
gc();
- gc();
window.retaining_wrapper = document.createElement("div");
var t = document.createElement("div");
retaining_wrapper.appendChild(t);

Powered by Google App Engine
This is Rietveld 408576698