| Index: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
|
| index 7b1825a67b9fac20924f40ceb003acf565f98961..eea899913a75cbe2c795890eaea6499381daeca7 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
|
| @@ -9,6 +9,7 @@
|
| #include "core/dom/Element.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CORE_EXPORT InlineStylePropertyMap final : public MutableStylePropertyMap {
|
| WTF_MAKE_NONCOPYABLE(InlineStylePropertyMap);
|
| @@ -38,6 +39,8 @@ private:
|
| Member<Element> m_ownerElement;
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif
|
|
|