| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 7b8f847529288824048be19f68557228844122d4..17e44becc159e21540b72ed8f3c1292851cbfca1 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2934,7 +2934,6 @@ ElementData::ElementData()
|
| #if ENABLE(SVG)
|
| , m_animatedSVGAttributesAreDirty(false)
|
| #endif
|
| - , m_classNames(0)
|
| {
|
| Handle<ElementData> thisHandle(this);
|
| thisHandle->m_classNames = SpaceSplitString::create();
|
| @@ -2948,7 +2947,6 @@ ElementData::ElementData(unsigned arraySize)
|
| #if ENABLE(SVG)
|
| , m_animatedSVGAttributesAreDirty(false)
|
| #endif
|
| - , m_classNames(0)
|
| {
|
| Handle<ElementData> thisHandle(this);
|
| thisHandle->m_classNames = SpaceSplitString::create();
|
|
|