| 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 5ef7deac8f63ae45745443d6b25a241a9695d67e..dfd971c04b4b4c60c896a193d3290c04c982ffeb 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 {
|
| - [CEReactions, Reflect, URL] attribute DOMString cite;
|
| - [CEReactions, Reflect] attribute DOMString dateTime;
|
| + [Measure, CEReactions, Reflect, URL] attribute DOMString cite;
|
| + [Measure, CEReactions, Reflect] attribute DOMString dateTime;
|
| };
|
|
|