Index: Source/WebCore/css/StylePropertySet.h |
=================================================================== |
--- Source/WebCore/css/StylePropertySet.h (revision 145343) |
+++ Source/WebCore/css/StylePropertySet.h (working copy) |
@@ -114,9 +114,12 @@ |
// These do not. FIXME: This is too messy, we can do better. |
bool setProperty(CSSPropertyID, int identifier, bool important = false); |
+ void appendPrefixingVariantProperty(const CSSProperty&); |
+ void setPrefixingVariantProperty(const CSSProperty&); |
void setProperty(const CSSProperty&, CSSProperty* slot = 0); |
bool removeProperty(CSSPropertyID, String* returnText = 0); |
+ void removePrefixedOrUnprefixedProperty(CSSPropertyID); |
void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet); |