| Index: Source/core/editing/CompositeEditCommand.h
|
| diff --git a/Source/core/editing/CompositeEditCommand.h b/Source/core/editing/CompositeEditCommand.h
|
| index 175b42670a3290545c0df07e5c238b9d27d7c88f..9c16f1480d733d26d1b15d87831b7d6da42055aa 100644
|
| --- a/Source/core/editing/CompositeEditCommand.h
|
| +++ b/Source/core/editing/CompositeEditCommand.h
|
| @@ -168,7 +168,7 @@ protected:
|
| Vector<RefPtr<EditCommand> > m_commands;
|
|
|
| private:
|
| - bool isCompositeEditCommand() const OVERRIDE FINAL { return true; }
|
| + virtual bool isCompositeEditCommand() const OVERRIDE FINAL { return true; }
|
|
|
| RefPtr<EditCommandComposition> m_composition;
|
| };
|
|
|