| Index: Source/core/editing/MergeIdenticalElementsCommand.h
|
| diff --git a/Source/core/editing/MergeIdenticalElementsCommand.h b/Source/core/editing/MergeIdenticalElementsCommand.h
|
| index 42dd8a843ee769f6041e1c7fafa50ef0f23171f9..7f82f7ceb2f90097a16f2643224bc21ccfceb804 100644
|
| --- a/Source/core/editing/MergeIdenticalElementsCommand.h
|
| +++ b/Source/core/editing/MergeIdenticalElementsCommand.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class MergeIdenticalElementsCommand : public SimpleEditCommand {
|
| +class MergeIdenticalElementsCommand FINAL : public SimpleEditCommand {
|
| public:
|
| static PassRefPtr<MergeIdenticalElementsCommand> create(PassRefPtr<Element> element1, PassRefPtr<Element> element2)
|
| {
|
|
|