| Index: third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp b/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp
|
| index f0cbe2b848f31f97e7f9beb71db0ff6bce653295..ade7d54dcc659ff981b296ec9bc183571478732f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/css/cssom/StyleValueFactory.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSStyleValueVector ComputedStylePropertyMap::getAllInternal(CSSPropertyID propertyID)
|
| {
|
| @@ -34,4 +35,6 @@ Vector<String> ComputedStylePropertyMap::getProperties()
|
| return result;
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|