diff options
Diffstat (limited to 'components/script/dom/webidls/CDATASection.webidl')
-rw-r--r-- | components/script/dom/webidls/CDATASection.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CDATASection.webidl b/components/script/dom/webidls/CDATASection.webidl index cddd6edef6f..28cb4a85003 100644 --- a/components/script/dom/webidls/CDATASection.webidl +++ b/components/script/dom/webidls/CDATASection.webidl @@ -6,5 +6,6 @@ * https://dom.spec.whatwg.org/#interface-cdatasection */ +[Exposed=Window] interface CDATASection : Text { }; |