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

Unified Diff: Source/core/editing/AppendNodeCommand.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
« no previous file with comments | « no previous file | Source/core/editing/ApplyBlockElementCommand.h » ('j') | Source/core/editing/EditCommand.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/AppendNodeCommand.h
diff --git a/Source/core/editing/AppendNodeCommand.h b/Source/core/editing/AppendNodeCommand.h
index 825c9fe62b0762efe6f6b1daf04a618d1e969b8e..b0c4e2c54fa7a5edd214f4d2fdfd073eb790cbcd 100644
--- a/Source/core/editing/AppendNodeCommand.h
+++ b/Source/core/editing/AppendNodeCommand.h
@@ -42,8 +42,8 @@ public:
private:
AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>);
- virtual void doApply() override;
- virtual void doUnapply() override;
+ void doApply() override;
+ void doUnapply() override;
RefPtrWillBeMember<ContainerNode> m_parent;
RefPtrWillBeMember<Node> m_node;
« no previous file with comments | « no previous file | Source/core/editing/ApplyBlockElementCommand.h » ('j') | Source/core/editing/EditCommand.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698