| Index: third_party/WebKit/Source/core/layout/ClipRect.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ClipRect.h b/third_party/WebKit/Source/core/layout/ClipRect.h
|
| index b70fb2813718cbb91abe7d88dc00a7cff609073e..4a12cdb4afc0e046165bc26eb68e5ac70e7e9813 100644
|
| --- a/third_party/WebKit/Source/core/layout/ClipRect.h
|
| +++ b/third_party/WebKit/Source/core/layout/ClipRect.h
|
| @@ -77,7 +77,7 @@ class ClipRect {
|
| return *this;
|
| }
|
|
|
| - String toString() { return m_rect.toString(); }
|
| + String toString() const { return m_rect.toString(); }
|
|
|
| private:
|
| LayoutRect m_rect;
|
|
|