| Index: Source/core/rendering/RenderListMarker.h
|
| diff --git a/Source/core/rendering/RenderListMarker.h b/Source/core/rendering/RenderListMarker.h
|
| index 7591bc2ab51ed0c030925e97740470bb74db32c8..0254f859c72ebaf66cce4f330f6588349cb332b1 100644
|
| --- a/Source/core/rendering/RenderListMarker.h
|
| +++ b/Source/core/rendering/RenderListMarker.h
|
| @@ -78,7 +78,7 @@ private:
|
| bool isText() const { return !isImage(); }
|
|
|
| virtual void setSelectionState(SelectionState) override;
|
| - virtual LayoutRect selectionRectForPaintInvalidation(const LayoutLayerModelObject* paintInvalidationContainer) const override;
|
| + virtual LayoutRect selectionRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer) const override;
|
| virtual bool canBeSelectionLeaf() const override { return true; }
|
|
|
| void updateMargins();
|
|
|