diff options
Diffstat (limited to 'components/script/dom/webidls/XMLDocument.webidl')
-rw-r--r-- | components/script/dom/webidls/XMLDocument.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/XMLDocument.webidl b/components/script/dom/webidls/XMLDocument.webidl index 66f9b9385ac..150267dd62a 100644 --- a/components/script/dom/webidls/XMLDocument.webidl +++ b/components/script/dom/webidls/XMLDocument.webidl @@ -8,5 +8,4 @@ */ // https://dom.spec.whatwg.org/#interface-document -[Exposed=(Window,Worker)] interface XMLDocument : Document {}; |