| Index: third_party/WebKit/Source/core/html/HTMLProgressElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLProgressElement.idl b/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
|
| index ffe0d517bd14f792b1f58e396331648c07407761..85da4e1c821e6b84da0e4f48ee5111eea5a3d036 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
|
| @@ -20,8 +20,8 @@
|
| // https://html.spec.whatwg.org/#the-progress-element
|
|
|
| interface HTMLProgressElement : HTMLElement {
|
| - attribute double value;
|
| - attribute double max;
|
| + [CEReactions] attribute double value;
|
| + [CEReactions] attribute double max;
|
| readonly attribute double position;
|
| readonly attribute NodeList labels;
|
| };
|
|
|