| Index: Source/WebCore/css/StylePropertySet.cpp
|
| ===================================================================
|
| --- Source/WebCore/css/StylePropertySet.cpp (revision 132558)
|
| +++ Source/WebCore/css/StylePropertySet.cpp (working copy)
|
| @@ -53,7 +53,7 @@
|
|
|
| static size_t immutableStylePropertySetSize(unsigned count)
|
| {
|
| - return sizeof(StylePropertySet) + sizeof(CSSProperty) * count;
|
| + return sizeof(ImmutableStylePropertySet) + sizeof(CSSProperty) * count;
|
| }
|
|
|
| PassRefPtr<StylePropertySet> StylePropertySet::createImmutable(const CSSProperty* properties, unsigned count, CSSParserMode cssParserMode)
|
|
|