| Index: third_party/WebKit/Source/platform/geometry/DoubleRect.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoubleRect.cpp b/third_party/WebKit/Source/platform/geometry/DoubleRect.cpp
|
| index 3ab0d000046186fd14c6ecd2ea3af698774fb933..93da536fa1206ddd4e42f46b1390cb8bd1282e18 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoubleRect.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoubleRect.cpp
|
| @@ -7,7 +7,6 @@
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| -
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -55,11 +54,9 @@ void DoubleRect::scale(float sx, float sy)
|
| m_size.setHeight(height() * sy);
|
| }
|
|
|
| -#ifndef NDEBUG
|
| String DoubleRect::toString() const
|
| {
|
| return String::format("%s %s", location().toString().ascii().data(), size().toString().ascii().data());
|
| }
|
| -#endif
|
|
|
| } // namespace blink
|
|
|