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

Unified Diff: Source/core/dom/Attr.h

Issue 15923002: Move CSSOM classes to using MutableStylePropertySet over StylePropertySet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « Source/core/css/WebKitCSSKeyframeRule.cpp ('k') | Source/core/dom/Attr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Attr.h
diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h
index 85fc2c7121f37f342e3cdeb63b99d28853a7b6eb..5bc6de228c726291dcf1551cd998ca4f96c0c800 100644
--- a/Source/core/dom/Attr.h
+++ b/Source/core/dom/Attr.h
@@ -31,7 +31,7 @@
namespace WebCore {
class CSSStyleDeclaration;
-class StylePropertySet;
+class MutableStylePropertySet;
// Attr can have Text children
// therefore it has to be a fullblown Node. The plan
@@ -96,7 +96,7 @@ private:
QualifiedName m_name;
AtomicString m_standaloneValue;
- RefPtr<StylePropertySet> m_style;
+ RefPtr<MutableStylePropertySet> m_style;
unsigned m_ignoreChildrenChanged : 31;
bool m_specified : 1;
};
« no previous file with comments | « Source/core/css/WebKitCSSKeyframeRule.cpp ('k') | Source/core/dom/Attr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698