Index: Source/core/layout/LayoutBox.cpp |
diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp |
index ec29ce1a630c24b8a3e22cc8311564fe2bf7432d..20aca77f26ceaab7599f6bade59be3bdd749f70e 100644 |
--- a/Source/core/layout/LayoutBox.cpp |
+++ b/Source/core/layout/LayoutBox.cpp |
@@ -1396,7 +1396,7 @@ bool LayoutBox::paintInvalidationStateIsDirty() const |
} |
#endif |
-LayoutRect LayoutBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) |
+LayoutRect LayoutBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) const |
{ |
// FIXME: When overflow-clip (CSS3) is implemented, we'll obtain the property |
// here. |