Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h

Issue 1590193002: Partial implementation of inline StylePropertyMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maps
Patch Set: Update tests Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698