| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp b/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| index ad4c1d65e14891a663eb1110f58b3a3e37fa2def..715dd8552d7946f17dc1bfc36f734ae3e1e38d60 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
|
| @@ -1250,7 +1250,7 @@ void HTMLSelectElement::resetImpl()
|
| }
|
| option->setDirty(false);
|
|
|
| - if (!firstOption)
|
| + if (!firstOption && !option->isDisabledFormControl())
|
| firstOption = option;
|
| }
|
|
|
|
|