| Index: Source/core/html/HTMLSelectElement.idl | 
| diff --git a/Source/core/html/HTMLSelectElement.idl b/Source/core/html/HTMLSelectElement.idl | 
| index 3b89daa4f02af261b2a9fa593367ed4702494d96..b61f5128247c82b9d06814027b2c1478e3746cb6 100644 | 
| --- a/Source/core/html/HTMLSelectElement.idl | 
| +++ b/Source/core/html/HTMLSelectElement.idl | 
| @@ -22,7 +22,7 @@ | 
| interface HTMLSelectElement : HTMLElement { | 
| [Reflect] attribute boolean autofocus; | 
| [Reflect] attribute boolean disabled; | 
| -    readonly attribute HTMLFormElement form; | 
| +    [ImplementedAs=formOwner] readonly attribute HTMLFormElement form; | 
| attribute boolean multiple; | 
| [Reflect] attribute DOMString name; | 
| [Reflect] attribute boolean required; | 
|  |