| 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 85da4e1c821e6b84da0e4f48ee5111eea5a3d036..d4987e9c4fcf2c4c182e82170a9a6184d5bdffb7 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 {
|
| - [CEReactions] attribute double value;
|
| - [CEReactions] attribute double max;
|
| - readonly attribute double position;
|
| - readonly attribute NodeList labels;
|
| + [Measure, CEReactions] attribute double value;
|
| + [Measure, CEReactions] attribute double max;
|
| + [Measure] readonly attribute double position;
|
| + [Measure] readonly attribute NodeList labels;
|
| };
|
|
|