| Index: core/html/HTMLOptionElement.idl
|
| diff --git a/core/html/HTMLOptionElement.idl b/core/html/HTMLOptionElement.idl
|
| index bcbeed389d434e96643d011d113b2dfc204b556d..92a2323698a14747f936fb9950bb73fe0a0c7708 100644
|
| --- a/core/html/HTMLOptionElement.idl
|
| +++ b/core/html/HTMLOptionElement.idl
|
| @@ -32,7 +32,7 @@
|
| readonly attribute HTMLFormElement? form;
|
| attribute DOMString label;
|
| [Reflect=selected] attribute boolean defaultSelected;
|
| - attribute boolean selected;
|
| + [ImplementedAs=selectedForBinding] attribute boolean selected;
|
| attribute DOMString value;
|
|
|
| // TODO(philipj): The text setter should never throw.
|
|
|