| Index: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| index 4980d50af05e74fd65af4b3edeb5aae511e1ff15..d7dbc547eeec27e5e090e82cadcdb63d10e273f2 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSAngleValue* CSSAngleValue::create(double value, const String& unit, ExceptionState& exceptionState)
|
| {
|
| @@ -54,4 +55,6 @@ CSSValue* CSSAngleValue::toCSSValue() const
|
| return CSSPrimitiveValue::create(m_value, m_unit);
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|