aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CDATASection.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/CDATASection.webidl')
-rw-r--r--components/script/dom/webidls/CDATASection.webidl1
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 {
};