Index: Source/core/editing/CreateLinkCommand.h |
diff --git a/Source/core/editing/CreateLinkCommand.h b/Source/core/editing/CreateLinkCommand.h |
index 4f7a22d25512509db8f5096990e1a204a9271bc8..d64dcef6f228cf6325b037615bc3610e4aff7e57 100644 |
--- a/Source/core/editing/CreateLinkCommand.h |
+++ b/Source/core/editing/CreateLinkCommand.h |
@@ -37,7 +37,7 @@ public: |
return adoptRef(new CreateLinkCommand(document, linkURL)); |
} |
- bool isCreateLinkCommand() const OVERRIDE { return true; } |
+ virtual bool isCreateLinkCommand() const OVERRIDE { return true; } |
private: |
CreateLinkCommand(Document&, const String& linkURL); |