Index: trunk/Source/core/editing/SetNodeAttributeCommand.cpp |
=================================================================== |
--- trunk/Source/core/editing/SetNodeAttributeCommand.cpp (revision 153372) |
+++ trunk/Source/core/editing/SetNodeAttributeCommand.cpp (working copy) |
@@ -50,7 +50,7 @@ |
void SetNodeAttributeCommand::doUnapply() |
{ |
m_element->setAttribute(m_attribute, m_oldValue); |
- StringImpl* nullString = 0; |
+ AtomicStringImpl* nullString = 0; |
m_oldValue = nullString; |
} |
Property changes on: trunk/Source/core/editing/SetNodeAttributeCommand.cpp |
___________________________________________________________________ |
Modified: svn:eol-style |
- LF |
+ native |