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