Backed out changeset 5eb1f8858a31 (bug 1254956) for testfailures in rootNode.html

This commit is contained in:
Carsten "Tomcat" Book 2016-03-21 09:20:37 +01:00
parent 80e600e39f
commit 35e5eec178
2 changed files with 0 additions and 7 deletions

View File

@ -943,11 +943,6 @@ public:
*/
nsINode* SubtreeRoot() const;
nsINode* RootNode() const
{
return SubtreeRoot();
}
/**
* See nsIDOMEventTarget
*/

View File

@ -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;