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