Index: Source/core/layout/LayoutCounter.h |
diff --git a/Source/core/layout/LayoutCounter.h b/Source/core/layout/LayoutCounter.h |
index da23b9ac5e2c99dd446c1751cb6af50cd71dec1c..357e2f973bdbe13dd403e51e9ab9b932536b1db1 100644 |
--- a/Source/core/layout/LayoutCounter.h |
+++ b/Source/core/layout/LayoutCounter.h |
@@ -37,7 +37,7 @@ public: |
static void destroyCounterNodes(LayoutObject&); |
static void destroyCounterNode(LayoutObject&, const AtomicString& identifier); |
static void layoutObjectSubtreeAttached(LayoutObject*); |
- static void layoutObjectRemovedFromTree(LayoutObject*); |
+ static void layoutObjectSubtreeWillBeDetached(LayoutObject*); |
static void layoutObjectStyleChanged(LayoutObject&, const ComputedStyle* oldStyle, const ComputedStyle& newStyle); |
void updateCounter(); |