Index: third_party/WebKit/Source/platform/geometry/IntRect.h |
diff --git a/third_party/WebKit/Source/platform/geometry/IntRect.h b/third_party/WebKit/Source/platform/geometry/IntRect.h |
index a8e5c2d2bd87fd7a4c4c00b2cfdef86fe601f848..e52118884ded40f9648b3fc5bafd861b52d4677c 100644 |
--- a/third_party/WebKit/Source/platform/geometry/IntRect.h |
+++ b/third_party/WebKit/Source/platform/geometry/IntRect.h |
@@ -179,11 +179,7 @@ public: |
operator gfx::Rect() const; |
-#ifndef NDEBUG |
- // Prints the rect to the screen. |
- void show() const; |
String toString() const; |
-#endif |
private: |
IntPoint m_location; |