| Index: third_party/WebCore/html/HTMLInputElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLInputElement.idl b/third_party/WebCore/html/HTMLInputElement.idl
|
| index ad1c3154fddbc69275f3ace1afad1c084dee40aa..3c11990b29281498bb3b25bf1b5c4d442448acb4 100644
|
| --- a/third_party/WebCore/html/HTMLInputElement.idl
|
| +++ b/third_party/WebCore/html/HTMLInputElement.idl
|
| @@ -89,7 +89,6 @@ module html {
|
| attribute [Reflect] DOMString align;
|
| attribute [Conditional=DIRECTORY_UPLOAD, Reflect] boolean webkitdirectory;
|
| attribute [Reflect] DOMString useMap;
|
| - readonly attribute [Conditional=DATALIST] HTMLOptionElement selectedOption;
|
| attribute [Reflect] boolean incremental;
|
| attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolean webkitSpeech;
|
| attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolean webkitGrammar;
|
|
|