| Index: Source/core/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
|
| index 7ca0838c5313cde3fb9694071bf6070a5c014000..8480199a6472428e6aefb13aeb91361ec073a5cf 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/core/html/HTMLTextAreaElement.cpp
|
| @@ -270,6 +270,7 @@ void HTMLTextAreaElement::subtreeHasChanged()
|
| setChangedSinceLastFormControlChangeEvent(true);
|
| m_valueIsUpToDate = false;
|
| setNeedsValidityCheck();
|
| + setAutofilled(false);
|
|
|
| if (!focused())
|
| return;
|
|
|