mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Backed out changeset 5eb1f8858a31 (bug 1254956) for testfailures in rootNode.html
This commit is contained in:
parent
80e600e39f
commit
35e5eec178
@ -943,11 +943,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
nsINode* SubtreeRoot() const;
|
nsINode* SubtreeRoot() const;
|
||||||
|
|
||||||
nsINode* RootNode() const
|
|
||||||
{
|
|
||||||
return SubtreeRoot();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See nsIDOMEventTarget
|
* See nsIDOMEventTarget
|
||||||
*/
|
*/
|
||||||
|
@ -37,8 +37,6 @@ interface Node : EventTarget {
|
|||||||
[Pure]
|
[Pure]
|
||||||
readonly attribute Document? ownerDocument;
|
readonly attribute Document? ownerDocument;
|
||||||
[Pure]
|
[Pure]
|
||||||
readonly attribute Node rootNode;
|
|
||||||
[Pure]
|
|
||||||
readonly attribute Node? parentNode;
|
readonly attribute Node? parentNode;
|
||||||
[Pure]
|
[Pure]
|
||||||
readonly attribute Element? parentElement;
|
readonly attribute Element? parentElement;
|
||||||
|
Loading…
Reference in New Issue
Block a user