Index: Source/core/rendering/RenderRegion.h |
diff --git a/Source/core/rendering/RenderRegion.h b/Source/core/rendering/RenderRegion.h |
index 83f5fc8e3c882ddf8795a9cf96630056db390e09..29e281a5447d5d6bc35dd39be9529db77607155a 100644 |
--- a/Source/core/rendering/RenderRegion.h |
+++ b/Source/core/rendering/RenderRegion.h |
@@ -74,7 +74,7 @@ protected: |
LayoutRect overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, bool isFirstPortion, bool isLastPortion) const; |
void paintInvalidaitonOfFlowThreadContentRectangle(const LayoutRect& paintInvalidationRect, const LayoutRect& flowThreadPortionRect, |
- const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) const; |
+ const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation); |
private: |
virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL; |