Index: Source/core/rendering/RenderRegion.cpp |
diff --git a/Source/core/rendering/RenderRegion.cpp b/Source/core/rendering/RenderRegion.cpp |
index 280805efd1c4932bc18f83696a31b4fa0f2b3ba3..9d3169504d6110bdcb2cbed3fc04a9eb2fb0f02a 100644 |
--- a/Source/core/rendering/RenderRegion.cpp |
+++ b/Source/core/rendering/RenderRegion.cpp |
@@ -119,7 +119,7 @@ void RenderRegion::layoutBlock(bool relayoutChildren) |
// RenderFlowThread itself). |
} |
-void RenderRegion::paintInvalidaitonOfFlowThreadContentRectangle(const LayoutRect& paintInvalidationRect, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) const |
+void RenderRegion::paintInvalidaitonOfFlowThreadContentRectangle(const LayoutRect& paintInvalidationRect, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) |
chrishtr
2014/08/25 16:55:06
Fix the naming typo while you're at it: paintInval
kouhei (in TOK)
2014/08/26 14:18:18
Done.
|
{ |
ASSERT(isValid()); |