Explicitly expose everything everywhere.

This commit is contained in:
Ms2ger 2016-07-08 15:04:35 +02:00
parent 7e7b97e869
commit ed743bb50c
201 changed files with 243 additions and 140 deletions

View file

@ -6,7 +6,7 @@
* https://dom.spec.whatwg.org/#interface-childnode
*/
[NoInterfaceObject]
[NoInterfaceObject, Exposed=(Window,Worker)]
interface ChildNode {
[Throws, Unscopable]
void before((Node or DOMString)... nodes);
@ -18,7 +18,7 @@ interface ChildNode {
void remove();
};
[NoInterfaceObject]
[NoInterfaceObject, Exposed=(Window,Worker)]
interface NonDocumentTypeChildNode {
[Pure]
readonly attribute Element? previousElementSibling;