| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index 9efa372d6f8bb9ee555a349f882920431187d5a1..0994031bbf09e9291bb87f115c4ddb6762715f5c 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -168,7 +168,6 @@ public:
|
| bool hasChildren() const { return firstChild(); }
|
| virtual PassRefPtr<Node> cloneNode(bool deep = false) = 0;
|
| virtual const AtomicString& localName() const;
|
| - void normalize();
|
|
|
| bool isSameNode(Node* other) const { return this == other; }
|
| bool isEqualNode(Node*) const;
|
|
|