| Index: third_party/WebKit/Source/core/html/HTMLOListElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.idl b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
|
| index 52294deda821d1753a400ebe20077c1c819496d8..de98778b15e5611c239e2f71e750be9ce7a00833 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOListElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
|
| @@ -20,11 +20,11 @@
|
| // https://html.spec.whatwg.org/#the-ol-element
|
|
|
| interface HTMLOListElement : HTMLElement {
|
| - [Reflect] attribute boolean reversed;
|
| - attribute long start;
|
| - [Reflect] attribute DOMString type;
|
| + [CEReactions, Reflect] attribute boolean reversed;
|
| + [CEReactions] attribute long start;
|
| + [CEReactions, Reflect] attribute DOMString type;
|
|
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLOListElement-partial
|
| - [Reflect] attribute boolean compact;
|
| + [CEReactions, Reflect] attribute boolean compact;
|
| };
|
|
|