| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index eb624080bcc0474bae979c998d9415a4e456c571..039ab62c171683345c31e145d17fdfdd323ad4b4 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -596,9 +596,6 @@ public:
|
| virtual bool willRespondToMouseClickEvents();
|
| virtual bool willRespondToTouchEvents();
|
|
|
| - PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&);
|
| - PassRefPtr<NodeList> querySelectorAll(const AtomicString& selectors, ExceptionState&);
|
| -
|
| unsigned short compareDocumentPosition(const Node*) const;
|
|
|
| enum ShadowTreesTreatment {
|
|
|