| Index: Source/core/html/HTMLFormControlElementWithState.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElementWithState.cpp b/Source/core/html/HTMLFormControlElementWithState.cpp
|
| index 0b62d22515551f451f44586544b6ca2d8f79df57..1428787702a9d79032fa0943f9b69883a60645b1 100644
|
| --- a/Source/core/html/HTMLFormControlElementWithState.cpp
|
| +++ b/Source/core/html/HTMLFormControlElementWithState.cpp
|
| @@ -77,7 +77,7 @@ void HTMLFormControlElementWithState::notifyFormStateChanged()
|
| bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const
|
| {
|
| // We don't save/restore control state in a form with autocomplete=off.
|
| - return attached() && shouldAutocomplete();
|
| + return confusingAndOftenMisusedAttached() && shouldAutocomplete();
|
| }
|
|
|
| FormControlState HTMLFormControlElementWithState::saveFormControlState() const
|
|
|