Index: Source/core/editing/ReplaceSelectionCommand.h |
diff --git a/Source/core/editing/ReplaceSelectionCommand.h b/Source/core/editing/ReplaceSelectionCommand.h |
index ee3879b22588302654f7274113164c24e4dbca55..46421e12d85f4bb800ea09cbb24157dc7121b9af 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.h |
+++ b/Source/core/editing/ReplaceSelectionCommand.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
class DocumentFragment; |
class ReplacementFragment; |
-class ReplaceSelectionCommand : public CompositeEditCommand { |
+class ReplaceSelectionCommand FINAL : public CompositeEditCommand { |
public: |
enum CommandOption { |
SelectReplacement = 1 << 0, |
@@ -55,8 +55,8 @@ public: |
private: |
ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction); |
- virtual void doApply(); |
- virtual EditAction editingAction() const; |
+ virtual void doApply() OVERRIDE; |
+ virtual EditAction editingAction() const OVERRIDE; |
class InsertedNodes { |
public: |