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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html

Issue 2167063002: Renamed attach() to attachLayoutTree() in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html
index c4df2d4c94a4be954545352c633d92159eb81616..5eab789fcc65b354087d88c269828a0fb5e532e8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/stale-distribution-after-shadow-removal.html
@@ -22,7 +22,7 @@
// Create a stale pointer to the HTMLShadowElement.
youngestShadowRoot.innerHTML = '';
- // Trigger a sync attach() from innerHTML. The sync attach skips the
+ // Trigger a sync attachLayoutTree() from innerHTML. The sync attach skips the
// recalcDistribution call and would access stale data.
oldestShadowRoot.innerHTML = '<span></span>';
</script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698