Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 7c83a992b5edd1a382bb2df2e30be589ed0b1cd6..52c7b53f2668746e47d542051ea629c806729414 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -70,9 +70,6 @@ public: |
bool isInherited() const { return propertyMetadata().m_inherited; } |
bool isImplicit() const { return propertyMetadata().m_implicit; } |
- String cssName() const; |
- String cssText() const; |
- |
const CSSValue* value() const { return propertyValue(); } |
// FIXME: We should try to remove this mutable overload. |
CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); } |