| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index a642dd3ee8db6d72f0c6695ae56e646866664241..77e115e212fb1ed3ab8e6264bf9ca7a8602eee48 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -404,7 +404,6 @@ public:
|
| bool contains(const Node*) const;
|
| bool containsIncludingShadowDOM(const Node*) const;
|
| bool containsIncludingHostElements(const Node&) const;
|
| - Node* commonAncestor(const Node&, Node* (*parent)(const Node&));
|
|
|
| // Used to determine whether range offsets use characters or node indices.
|
| virtual bool offsetInCharacters() const;
|
|
|