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