Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: Source/core/editing/InsertTextCommand.h

Issue 1218293014: Fix virtual/override/final usage in Source/core/editing/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/editing/InsertTextCommand.h
diff --git a/Source/core/editing/InsertTextCommand.h b/Source/core/editing/InsertTextCommand.h
index 4eccb7571c3244f683fb791eb7e62703558b8507..6599dff0a55d04f360a6351507ac8c0605424218 100644
--- a/Source/core/editing/InsertTextCommand.h
+++ b/Source/core/editing/InsertTextCommand.h
@@ -46,7 +46,7 @@ public:
private:
InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);
- virtual void doApply() override;
+ void doApply() override;
Position positionInsideTextNode(const Position&);
Position insertTab(const Position&);

Powered by Google App Engine
This is Rietveld 408576698