| Index: third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| index 53c0c79f66f2dd323acf495a1a08537b0f381522..9ec301650eaab1ab3b9419d05f30075c93fe230d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| @@ -40,7 +40,7 @@ SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element>
|
| ASSERT(m_element);
|
| }
|
|
|
| -void SetNodeAttributeCommand::doApply()
|
| +void SetNodeAttributeCommand::doApply(EditingState*)
|
| {
|
| m_oldValue = m_element->getAttribute(m_attribute);
|
| m_element->setAttribute(m_attribute, m_value);
|
|
|