Index: third_party/WebKit/Source/platform/geometry/IntSize.cpp |
diff --git a/third_party/WebKit/Source/platform/geometry/IntSize.cpp b/third_party/WebKit/Source/platform/geometry/IntSize.cpp |
index cadeac588230c9e36070cc162a2cd2cd4d143f57..77e943cc73af552a663b64346fd1ecc06124e6e8 100644 |
--- a/third_party/WebKit/Source/platform/geometry/IntSize.cpp |
+++ b/third_party/WebKit/Source/platform/geometry/IntSize.cpp |
@@ -14,11 +14,9 @@ IntSize::operator gfx::Size() const |
return gfx::Size(width(), height()); |
} |
-#ifndef NDEBUG |
String IntSize::toString() const |
{ |
return String::format("%dx%d", width(), height()); |
} |
-#endif |
} // namespace blink |