Index: third_party/WebKit/Source/core/layout/LayoutCounter.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.h b/third_party/WebKit/Source/core/layout/LayoutCounter.h |
index 6863f4b307504107b90d903827957c3aab700977..746f4321aacabc75c2e61ae9e2160811bd2694d3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutCounter.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutCounter.h |
@@ -49,7 +49,7 @@ class CounterNode; |
// LayoutCounter during their lifetime (see the static functions below). |
class LayoutCounter final : public LayoutText { |
public: |
- LayoutCounter(Document*, const CounterContent&); |
+ LayoutCounter(PseudoElement&, const CounterContent&); |
~LayoutCounter() override; |
// These functions are static so that any LayoutObject can call them. |