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

Unified Diff: Source/core/dom/Comment.h

Issue 1219063013: Fix virtual/override/final usage in Source/core/dom/. (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 | « Source/core/dom/ClassCollection.h ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Comment.h
diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h
index 97c56c9572a5bd331f1edfd0afc029679ae5cba9..bdc5ebee5611f325e674605c823d4529f7137f7a 100644
--- a/Source/core/dom/Comment.h
+++ b/Source/core/dom/Comment.h
@@ -35,9 +35,9 @@ public:
private:
Comment(Document&, const String&);
- virtual String nodeName() const override;
- virtual NodeType nodeType() const override;
- virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) override;
+ String nodeName() const override;
+ NodeType nodeType() const override;
+ PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) override;
};
DEFINE_NODE_TYPE_CASTS(Comment, nodeType() == Node::COMMENT_NODE);
« no previous file with comments | « Source/core/dom/ClassCollection.h ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698