Index: Source/core/dom/CDATASection.h |
diff --git a/Source/core/dom/CDATASection.h b/Source/core/dom/CDATASection.h |
index 338866f02ecb276add9461a6cbdb97400ad1d13d..7397769978756aa7e609cc1b43c7ecdc9f3d89fc 100644 |
--- a/Source/core/dom/CDATASection.h |
+++ b/Source/core/dom/CDATASection.h |
@@ -34,9 +34,9 @@ public: |
private: |
CDATASection(Document&, const String&); |
- virtual String nodeName() const; |
- virtual NodeType nodeType() const; |
- virtual bool childTypeAllowed(NodeType) const; |
+ virtual String nodeName() const OVERRIDE; |
+ virtual NodeType nodeType() const OVERRIDE; |
+ virtual bool childTypeAllowed(NodeType) const OVERRIDE; |
virtual PassRefPtr<Text> cloneWithData(const String&) OVERRIDE; |
}; |