summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_ulist_element.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_ulist_element.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_ulist_element.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_ulist_element.idl b/chromium/third_party/blink/renderer/core/html/html_ulist_element.idl
index 7a0f2cd45c8..3a16e709fd4 100644
--- a/chromium/third_party/blink/renderer/core/html/html_ulist_element.idl
+++ b/chromium/third_party/blink/renderer/core/html/html_ulist_element.idl
@@ -18,8 +18,10 @@
*/
// https://html.spec.whatwg.org/C/#the-ul-element
-[HTMLConstructor]
-interface HTMLUListElement : HTMLElement {
+[
+ Exposed=Window,
+ HTMLConstructor
+] interface HTMLUListElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/C/#HTMLUListElement-partial
[CEReactions, Reflect] attribute boolean compact;