| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index 5cbf5623975927fa55fbd88e2b544487e936cb75..428244581277f4832a439b4293831318e986c269 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -304,7 +304,7 @@ void HTMLSelectElement::parseAttribute(const QualifiedName& name, const AtomicSt
|
|
|
| m_size = size;
|
| setNeedsValidityCheck();
|
| - if (m_size != oldSize && attached()) {
|
| + if (m_size != oldSize && confusingAndOftenMisusedAttached()) {
|
| lazyReattach();
|
| setRecalcListItems();
|
| }
|
|
|