| Index: Source/core/editing/SetNodeAttributeCommand.h
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.h b/Source/core/editing/SetNodeAttributeCommand.h
|
| index 5716b61dadcb2dfaab0230f724359bb43cf13d13..a69634c0dbf41d8755ecc8794a3cf98b75bc4876 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.h
|
| +++ b/Source/core/editing/SetNodeAttributeCommand.h
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SetNodeAttributeCommand : public SimpleEditCommand {
|
| +class SetNodeAttributeCommand FINAL : public SimpleEditCommand {
|
| public:
|
| static PassRefPtr<SetNodeAttributeCommand> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value)
|
| {
|
|
|