Backed out changeset 51865375fb83 (bug 1261002) for possible causing android and valgrind issues on a CLOSED TREE

--HG--
extra : rebase_source : e275e19e418e23748b1fcbc33b061391a7877bd5
This commit is contained in:
Carsten "Tomcat" Book 2016-05-23 11:22:29 +02:00
parent d84fb223d8
commit f4e7ed2079

View File

@ -34,8 +34,6 @@ interface Node : EventTarget {
[Pure]
readonly attribute DOMString? baseURI;
[Pure, BinaryName=getComposedDoc]
readonly attribute boolean isConnected;
[Pure]
readonly attribute Document? ownerDocument;
[Pure, Pref="dom.node.rootNode.enabled"]