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

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

Issue 2748103006: [Typed OM] Remove MutableStylePropertyMap - it seems unnecessary. (Closed)
Patch Set: Revert unrelated files Created 3 years, 9 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/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 a467f32270b348920dc84858325b51d1fe56b042..10db9d2191c036e7c86e9753f9aba9a3a7bb91b3 100644
--- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
+++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
@@ -5,13 +5,12 @@
#ifndef InlineStylePropertyMap_h
#define InlineStylePropertyMap_h
-#include "core/css/cssom/MutableStylePropertyMap.h"
+#include "core/css/cssom/StylePropertyMap.h"
#include "core/dom/Element.h"
namespace blink {
-class CORE_EXPORT InlineStylePropertyMap final
- : public MutableStylePropertyMap {
+class CORE_EXPORT InlineStylePropertyMap final : public StylePropertyMap {
WTF_MAKE_NONCOPYABLE(InlineStylePropertyMap);
public:
@@ -30,7 +29,7 @@ class CORE_EXPORT InlineStylePropertyMap final
DEFINE_INLINE_VIRTUAL_TRACE() {
visitor->trace(m_ownerElement);
- MutableStylePropertyMap::trace(visitor);
+ StylePropertyMap::trace(visitor);
}
protected:
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/cssom/MutableStylePropertyMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698