From 35e5eec17896d9148634c5f9a0d29b779db0f97c Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Mon, 21 Mar 2016 09:20:37 +0100 Subject: [PATCH] Backed out changeset 5eb1f8858a31 (bug 1254956) for testfailures in rootNode.html --- dom/base/nsINode.h | 5 ----- dom/webidl/Node.webidl | 2 -- 2 files changed, 7 deletions(-) diff --git a/dom/base/nsINode.h b/dom/base/nsINode.h index 27232206250e..ab7bd867ab79 100644 --- a/dom/base/nsINode.h +++ b/dom/base/nsINode.h @@ -943,11 +943,6 @@ public: */ nsINode* SubtreeRoot() const; - nsINode* RootNode() const - { - return SubtreeRoot(); - } - /** * See nsIDOMEventTarget */ diff --git a/dom/webidl/Node.webidl b/dom/webidl/Node.webidl index 232ebb3e26e4..d85f2a6a5f5e 100644 --- a/dom/webidl/Node.webidl +++ b/dom/webidl/Node.webidl @@ -37,8 +37,6 @@ interface Node : EventTarget { [Pure] readonly attribute Document? ownerDocument; [Pure] - readonly attribute Node rootNode; - [Pure] readonly attribute Node? parentNode; [Pure] readonly attribute Element? parentElement;