| 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..304b449e2e87059fbdc1b1297a0210f8894b2a3d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace blink {
|
|
|
| -SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element> element,
|
| +SetNodeAttributeCommand::SetNodeAttributeCommand(RawPtr<Element> element,
|
| const QualifiedName& attribute, const AtomicString& value)
|
| : SimpleEditCommand(element->document())
|
| , m_element(element)
|
|
|