| Index: Source/core/css/StylePropertySet.h
|
| diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h
|
| index e75744a06ce24c7bf36cb7a8415fca0aa29a4c16..0d5b139e0a6b79184ca360e4f3a17f781e26e373 100644
|
| --- a/Source/core/css/StylePropertySet.h
|
| +++ b/Source/core/css/StylePropertySet.h
|
| @@ -138,13 +138,13 @@ public:
|
|
|
| void addSubresourceStyleURLs(ListHashSet<KURL>&, StyleSheetContents* contextStyleSheet) const;
|
|
|
| - PassRefPtr<StylePropertySet> copy() const;
|
| + PassRefPtr<MutableStylePropertySet> mutableCopy() const;
|
| PassRefPtr<StylePropertySet> immutableCopyIfNeeded() const;
|
|
|
| void removeEquivalentProperties(const StylePropertySet*);
|
| void removeEquivalentProperties(const CSSStyleDeclaration*);
|
|
|
| - PassRefPtr<StylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
|
| + PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
|
|
|
| String asText() const;
|
|
|
|
|