| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index 485262df5c0e49d1d239338c35719ed3a747e75e..2eadc35167e31e073e93b770e994893e03129d5c 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -790,6 +790,7 @@ void HTMLInputElement::attach(const AttachContext& context)
|
| HTMLTextFormControlElement::attach(context);
|
|
|
| m_inputType->attach();
|
| + m_inputType->countUsage();
|
|
|
| if (document()->focusedElement() == this)
|
| document()->updateFocusAppearanceSoon(true /* restore selection */);
|
|
|