| Index: Source/core/layout/LayoutBlock.h | 
| diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h | 
| index 7b11ccb6d4304b9ee00a597a2fd5aacb9277dff7..06eb5507b884d4605a40e5067d00d39104f49645 100644 | 
| --- a/Source/core/layout/LayoutBlock.h | 
| +++ b/Source/core/layout/LayoutBlock.h | 
| @@ -324,7 +324,7 @@ protected: | 
|  | 
| virtual bool isInlineBlockOrInlineTable() const override final { return isInline() && isReplaced(); } | 
|  | 
| -    virtual void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState& childPaintInvalidationState) override; | 
| +    virtual void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState& childPaintInvalidationState) override; | 
|  | 
| private: | 
| virtual LayoutObjectChildList* virtualChildren() override final { return children(); } | 
|  |