Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 0bb8f81b1b6c5887c7c62747180169a4f5bc9a3b..bb8827e5cba90199ef6bac57fa592d2352709ed6 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -205,7 +205,6 @@ public: |
// These do not. FIXME: This is too messy, we can do better. |
bool setProperty(CSSPropertyID, CSSValueID identifier, bool important = false); |
- bool setProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false); |
void appendPrefixingVariantProperty(const CSSProperty&); |
void setPrefixingVariantProperty(const CSSProperty&); |
void setProperty(const CSSProperty&, CSSProperty* slot = 0); |