| Index: third_party/WebKit/Source/core/html/HTMLModElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLModElement.idl b/third_party/WebKit/Source/core/html/HTMLModElement.idl
|
| index cde233c965bb47911fcf460f503a874059018d62..5ef7deac8f63ae45745443d6b25a241a9695d67e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLModElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLModElement.idl
|
| @@ -21,6 +21,6 @@
|
| // https://html.spec.whatwg.org/#the-del-element
|
|
|
| interface HTMLModElement : HTMLElement {
|
| - [Reflect, URL] attribute DOMString cite;
|
| - [Reflect] attribute DOMString dateTime;
|
| + [CEReactions, Reflect, URL] attribute DOMString cite;
|
| + [CEReactions, Reflect] attribute DOMString dateTime;
|
| };
|
|
|