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

Unified Diff: Source/core/editing/SplitTextNodeContainingElementCommand.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/SplitTextNodeContainingElementCommand.h
diff --git a/Source/core/editing/SplitTextNodeContainingElementCommand.h b/Source/core/editing/SplitTextNodeContainingElementCommand.h
index db23c342eeef71477577dfac0078fe30eeb6018d..0acf88569208e20de28ec1461310c3f1520f22fb 100644
--- a/Source/core/editing/SplitTextNodeContainingElementCommand.h
+++ b/Source/core/editing/SplitTextNodeContainingElementCommand.h
@@ -42,7 +42,7 @@ public:
private:
SplitTextNodeContainingElementCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
- virtual void doApply() override;
+ void doApply() override;
RefPtrWillBeMember<Text> m_text;
int m_offset;

Powered by Google App Engine
This is Rietveld 408576698