Index: Source/core/dom/shadow/ShadowRoot.h |
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
index 2560390b3b4ad3f78266c8020c23f0d0e47290a7..9e174eb3780ee8ba0fc778b4200d9e5426ae0e04 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.h |
+++ b/Source/core/dom/shadow/ShadowRoot.h |
@@ -131,7 +131,6 @@ private: |
virtual ~ShadowRoot(); |
virtual void dispose() OVERRIDE; |
- virtual bool childTypeAllowed(NodeType) const OVERRIDE; |
virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE; |
ShadowRootRareData* ensureShadowRootRareData(); |