| Index: Source/platform/geometry/IntRect.cpp
|
| diff --git a/Source/platform/geometry/IntRect.cpp b/Source/platform/geometry/IntRect.cpp
|
| index 003d6f989013665b76634cd7c2757ecb34eecf7c..4a61fab2618c4ea23ef22c5578cfdf68c71f8852 100644
|
| --- a/Source/platform/geometry/IntRect.cpp
|
| +++ b/Source/platform/geometry/IntRect.cpp
|
| @@ -173,7 +173,7 @@ IntRect unionRect(const Vector<IntRect>& rects)
|
|
|
| #ifndef NDEBUG
|
| // Prints the rect to the screen.
|
| -void IntRect::show()
|
| +void IntRect::show() const
|
| {
|
| LayoutRect(*this).show();
|
| }
|
|
|