| Index: Source/WebCore/dom/ShadowRoot.h
|
| ===================================================================
|
| --- Source/WebCore/dom/ShadowRoot.h (revision 145445)
|
| +++ Source/WebCore/dom/ShadowRoot.h (working copy)
|
| @@ -100,6 +100,7 @@
|
| ShadowRoot(Document*, ShadowRootType);
|
| virtual ~ShadowRoot();
|
|
|
| + virtual void dispose() OVERRIDE;
|
| virtual bool childTypeAllowed(NodeType) const OVERRIDE;
|
| virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE;
|
|
|
|
|