| Index: Source/core/editing/SetNodeAttributeCommand.cpp
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.cpp b/Source/core/editing/SetNodeAttributeCommand.cpp
|
| index bb97c12d0369c669d244667210bb0826580a7be2..697234f329251eb34380dc5b8f450281ff640c12 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.cpp
|
| +++ b/Source/core/editing/SetNodeAttributeCommand.cpp
|
| @@ -50,7 +50,7 @@ void SetNodeAttributeCommand::doApply()
|
| void SetNodeAttributeCommand::doUnapply()
|
| {
|
| m_element->setAttribute(m_attribute, m_oldValue);
|
| - AtomicStringImpl* nullString = 0;
|
| + StringImpl* nullString = 0;
|
| m_oldValue = nullString;
|
| }
|
|
|
|
|