Chromium Code Reviews| 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() { } |
|
Timothy Loh
2016/04/05 07:55:04
MutableStylePropertyMap() = default;
meade_UTC10
2016/04/06 04:33:13
Done.
|
| }; |
| } // namespace blink |