Index: Source/core/layout/LayoutInline.h |
diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h |
index b24cdeab6d9ee413ecc36f0921e2ecc7f04e1797..e8b843e289dfe63ceadf587971bc85142c1bba8d 100644 |
--- a/Source/core/layout/LayoutInline.h |
+++ b/Source/core/layout/LayoutInline.h |
@@ -112,7 +112,7 @@ protected: |
void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const override; |
- void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) const override; |
+ void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) override; |
private: |
LayoutObjectChildList* virtualChildren() final { return children(); } |