| Index: Source/core/editing/SetNodeAttributeCommand.cpp
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.cpp b/Source/core/editing/SetNodeAttributeCommand.cpp
|
| index 81526030f67eff3c0014042f1b0a3dbc84e41618..c0f806b0d6916fffa45abd701d040b904aa4b5e6 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;
|
| }
|
|
|
|
|