| Index: Source/core/html/HTMLObjectElement.idl
|
| diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl
|
| index 4eb6f396a69d528d83e14fa694a56548b98cc95b..6c485809e07704b45bb05848de27c6026164794d 100644
|
| --- a/Source/core/html/HTMLObjectElement.idl
|
| +++ b/Source/core/html/HTMLObjectElement.idl
|
| @@ -33,7 +33,7 @@
|
| [Reflect] attribute DOMString height;
|
| [Reflect] attribute long hspace;
|
| [Reflect] attribute DOMString name;
|
| - [Reflect] attribute DOMString standby;
|
| + [Reflect, MeasureAs=HTMLObjectElementStandby] attribute DOMString standby;
|
| [Reflect] attribute DOMString type;
|
| [Reflect] attribute DOMString useMap;
|
| [Reflect] attribute long vspace;
|
|
|