| Index: Source/WebCore/dom/ElementAttributeData.cpp
|
| ===================================================================
|
| --- Source/WebCore/dom/ElementAttributeData.cpp (revision 132558)
|
| +++ Source/WebCore/dom/ElementAttributeData.cpp (working copy)
|
| @@ -37,7 +37,7 @@
|
|
|
| static size_t immutableElementAttributeDataSize(unsigned count)
|
| {
|
| - return sizeof(ElementAttributeData) + sizeof(Attribute) * count;
|
| + return sizeof(ImmutableElementAttributeData) + sizeof(Attribute) * count;
|
| }
|
|
|
| PassRefPtr<ElementAttributeData> ElementAttributeData::createImmutable(const Vector<Attribute>& attributes)
|
|
|