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

Unified Diff: Source/core/dom/CDATASection.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/Attr.h ('k') | Source/core/dom/CharacterData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CDATASection.h
diff --git a/Source/core/dom/CDATASection.h b/Source/core/dom/CDATASection.h
index 3532e989fab95ed8e19b507e9567fe7c3f3f4f2c..c461800ba36f4f7d1646b9dba3502cd81b800562 100644
--- a/Source/core/dom/CDATASection.h
+++ b/Source/core/dom/CDATASection.h
@@ -35,9 +35,9 @@ public:
private:
CDATASection(Document&, const String&);
- virtual String nodeName() const override;
- virtual NodeType nodeType() const override;
- virtual PassRefPtrWillBeRawPtr<Text> cloneWithData(const String&) override;
+ String nodeName() const override;
+ NodeType nodeType() const override;
+ PassRefPtrWillBeRawPtr<Text> cloneWithData(const String&) override;
};
DEFINE_NODE_TYPE_CASTS(CDATASection, nodeType() == Node::CDATA_SECTION_NODE);
« no previous file with comments | « Source/core/dom/Attr.h ('k') | Source/core/dom/CharacterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698