Index: third_party/WebKit/Source/core/html/HTMLTableCellElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl b/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl |
index d7adc87977422c1db87f4f1f372ce600373b913b..6974c3a10021e1fa9298c5e2d8c7b0d1066805f5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl |
@@ -47,5 +47,5 @@ interface HTMLTableCellElement : HTMLElement { |
// respectively. HTMLTableHeaderCellElement has the abbr and scope |
// attributes, while HTMLTableDataCellElement has only abbr. |
[CEReactions, Reflect] attribute DOMString abbr; |
- [CEReactions] attribute DOMString scope; |
+ [CEReactions, Reflect, ReflectOnly=("row", "col", "rowgroup", "colgroup")] attribute DOMString scope; |
}; |