| Index: third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.h
|
| index 83f6152999bdb9cf9bafb6b2362cb67f941a8387..753e39b35b2d3093b010eae9a4475b9b5676beef 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.h
|
| @@ -10,6 +10,7 @@
|
| #include "core/css/cssom/ComputedStylePropertyMap.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CORE_EXPORT FilteredComputedStylePropertyMap : public ComputedStylePropertyMap {
|
| WTF_MAKE_NONCOPYABLE(FilteredComputedStylePropertyMap);
|
| @@ -32,6 +33,8 @@ private:
|
| HashSet<AtomicString> m_customProperties;
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif // FilteredComputedStylePropertyMap_h
|
|
|