| Index: Source/core/css/StylePropertySet.h
|
| diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h
|
| index 4799550ee9461c5cd2d0ddaf864bab8704bf6851..e88b4eea4a61d500af6a11c96115b6f85d132e77 100644
|
| --- a/Source/core/css/StylePropertySet.h
|
| +++ b/Source/core/css/StylePropertySet.h
|
| @@ -186,7 +186,7 @@ DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMuta
|
| class CORE_EXPORT MutableStylePropertySet : public StylePropertySet {
|
| public:
|
| ~MutableStylePropertySet() { }
|
| - static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
|
| + static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode);
|
| static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
|
|
|
| unsigned propertyCount() const { return m_propertyVector.size(); }
|
|
|