| Index: third_party/WebKit/Source/platform/geometry/DoubleSize.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoubleSize.cpp b/third_party/WebKit/Source/platform/geometry/DoubleSize.cpp
|
| index 1e0278969ce74a712f20a64a222612673835d341..c1ffc7ff40300d2bcbf5d6398672ff2326a57577 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoubleSize.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoubleSize.cpp
|
| @@ -21,4 +21,4 @@ bool DoubleSize::isZero() const
|
| return fabs(m_width) < std::numeric_limits<double>::epsilon() && fabs(m_height) < std::numeric_limits<double>::epsilon();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|