summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl b/chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl
index 29d6d5a58b9..d29dce0339d 100644
--- a/chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl
+++ b/chromium/third_party/blink/renderer/core/html/html_table_cell_element.idl
@@ -19,8 +19,10 @@
*/
// https://html.spec.whatwg.org/C/#attributes-common-to-td-and-th-elements
-[HTMLConstructor]
-interface HTMLTableCellElement : HTMLElement {
+[
+ Exposed=Window,
+ HTMLConstructor
+] interface HTMLTableCellElement : HTMLElement {
[CEReactions] attribute unsigned long colSpan;
[CEReactions] attribute unsigned long rowSpan;
// TODO(foolip): headers should be a [PutForwards=value] readonly attribute