| Index: Source/core/editing/SetNodeAttributeCommand.cpp
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.cpp b/Source/core/editing/SetNodeAttributeCommand.cpp
|
| index 3bc47b5dff3200ca9b0eb3a82c73b26af94e57ae..94df7182f8e2e767a20da8bdb14f995b798f21cc 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.cpp
|
| +++ b/Source/core/editing/SetNodeAttributeCommand.cpp
|
| @@ -32,7 +32,7 @@
|
| namespace blink {
|
|
|
| SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element> element,
|
| - const QualifiedName& attribute, const AtomicString& value)
|
| + const QualifiedName& attribute, const AtomicString& value)
|
| : SimpleEditCommand(element->document())
|
| , m_element(element)
|
| , m_attribute(attribute)
|
|
|