| Index: third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
|
| index b9276fe0778cf75a47bed12cbb39206cb2df35d4..5f4c46dfeb495d15e7a13ca085fa2700df61ad7c 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
|
| @@ -12,6 +12,7 @@
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSPrimitiveValue::UnitType CSSLengthValue::unitFromName(const String& name)
|
| {
|
| @@ -88,4 +89,6 @@ CSSLengthValue* CSSLengthValue::divideInternal(double, ExceptionState&)
|
| return nullptr;
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|