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

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: Created 4 years, 8 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..f7dd1b0f24aa7f82ed08e45e7767b51e5d5ccb91 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() = default;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698