| Index: third_party/WebKit/Source/core/html/HTMLTableSectionElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableSectionElement.idl b/third_party/WebKit/Source/core/html/HTMLTableSectionElement.idl
|
| index 36c47bfdd5349d2cfe0387e9255b2fba5270b2ae..6beb70246573851c4aa74ff190ebd2e2d3bd61f0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableSectionElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableSectionElement.idl
|
| @@ -29,8 +29,8 @@ interface HTMLTableSectionElement : HTMLElement {
|
|
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLTableSectionElement-partial
|
| - [CEReactions, Reflect] attribute DOMString align;
|
| - [CEReactions, Reflect=char] attribute DOMString ch;
|
| - [CEReactions, Reflect=charoff] attribute DOMString chOff;
|
| - [CEReactions, Reflect] attribute DOMString vAlign;
|
| + [Measure, CEReactions, Reflect] attribute DOMString align;
|
| + [Measure, CEReactions, Reflect=char] attribute DOMString ch;
|
| + [Measure, CEReactions, Reflect=charoff] attribute DOMString chOff;
|
| + [Measure, CEReactions, Reflect] attribute DOMString vAlign;
|
| };
|
|
|