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

Unified Diff: LayoutTests/fast/dom/Attr/child-nodes-cache.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/html-options-collection-lifetime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Attr/child-nodes-cache.html
diff --git a/LayoutTests/fast/dom/Attr/child-nodes-cache.html b/LayoutTests/fast/dom/Attr/child-nodes-cache.html
index 0d348cd95f454b0dc16a757334a2b78eee1cb2dc..cb982b29f92e9e202f3d3c33574fcfe44a38ab2e 100644
--- a/LayoutTests/fast/dom/Attr/child-nodes-cache.html
+++ b/LayoutTests/fast/dom/Attr/child-nodes-cache.html
@@ -26,8 +26,6 @@ function test()
elem.getAttributeNode('rows').removeChild(nodes[0]);
setTimeout(function() {
gc();
- gc();
- gc();
try { nodes[0].textContent } catch (ex) { }
document.getElementsByTagName("p")[0].innerHTML = "PASS"
« no previous file with comments | « no previous file | LayoutTests/fast/dom/html-options-collection-lifetime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698