| Index: Source/core/editing/InsertNodeBeforeCommand.h
|
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.h b/Source/core/editing/InsertNodeBeforeCommand.h
|
| index 6fc3b3c55b5b6de7fbe162c0f69218eefd68ffac..bdd1abde9829f39480690eb41be5fd887134506d 100644
|
| --- a/Source/core/editing/InsertNodeBeforeCommand.h
|
| +++ b/Source/core/editing/InsertNodeBeforeCommand.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class InsertNodeBeforeCommand : public SimpleEditCommand {
|
| +class InsertNodeBeforeCommand FINAL : public SimpleEditCommand {
|
| public:
|
| static PassRefPtr<InsertNodeBeforeCommand> create(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore,
|
| ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
|
|
|