Chromium Code Reviews| Index: Source/core/dom/Text.h |
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
| index e472f2209eb139d61c04afcc8f61a88719eaa1f8..5408c4cc5ea5166c2dd8729bce385291750feedb 100644 |
| --- a/Source/core/dom/Text.h |
| +++ b/Source/core/dom/Text.h |
| @@ -68,7 +68,6 @@ protected: |
| private: |
| virtual String nodeName() const OVERRIDE; |
| virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL; |
| - virtual bool childTypeAllowed(NodeType) const OVERRIDE; |
| bool needsWhitespaceRenderer(); |