| Index: third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h
|
| index be9f2d452fa9f1655566f6d700b33aa15dbcdf6c..b7484cfbacee24719edc4cd6878df7916c3aa7e8 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h
|
| @@ -11,6 +11,8 @@ namespace blink {
|
|
|
| class CORE_EXPORT MutableStylePropertyMap : public StylePropertyMap {
|
| WTF_MAKE_NONCOPYABLE(MutableStylePropertyMap);
|
| +protected:
|
| + MutableStylePropertyMap() : StylePropertyMap() { }
|
| };
|
|
|
| } // namespace blink
|
|
|