Index: Source/core/layout/LayoutCounter.h |
diff --git a/Source/core/layout/LayoutCounter.h b/Source/core/layout/LayoutCounter.h |
index a65c7cb671b7205a5d69ab3f0adeb1ebcce7396f..d970d3867540cf112e90229b0db5f6a47748f330 100644 |
--- a/Source/core/layout/LayoutCounter.h |
+++ b/Source/core/layout/LayoutCounter.h |
@@ -39,7 +39,7 @@ public: |
static void destroyCounterNode(LayoutObject&, const AtomicString& identifier); |
static void rendererSubtreeAttached(LayoutObject*); |
static void rendererRemovedFromTree(LayoutObject*); |
- static void rendererStyleChanged(LayoutObject&, const LayoutStyle* oldStyle, const LayoutStyle& newStyle); |
+ static void rendererStyleChanged(LayoutObject&, const ComputedStyle* oldStyle, const ComputedStyle& newStyle); |
void updateCounter(); |