Chromium Code Reviews| Index: Source/platform/geometry/IntRect.h |
| diff --git a/Source/platform/geometry/IntRect.h b/Source/platform/geometry/IntRect.h |
| index 2dd2625603430d39b0bb57cc542e048d5d58905b..3eb23be9daedff2c571995b51ad667966b8772c2 100644 |
| --- a/Source/platform/geometry/IntRect.h |
| +++ b/Source/platform/geometry/IntRect.h |
| @@ -162,7 +162,7 @@ public: |
| #ifndef NDEBUG |
| // Prints the rect to the screen. |
| - void show(); |
| + void show() const; |
| #endif |
| private: |