| Index: Source/core/html/HTMLFormElement.cpp
|
| diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp
|
| index 12a03c2ba50a9da51859faf952ee51ef8131cc2c..b887dd8b5e6c42eb2cefe51e87d34b7f55f2bffc 100644
|
| --- a/Source/core/html/HTMLFormElement.cpp
|
| +++ b/Source/core/html/HTMLFormElement.cpp
|
| @@ -494,7 +494,7 @@ void HTMLFormElement::finishRequestAutocomplete(AutocompleteResult result)
|
|
|
| // Dispatch events later as this API is meant to work asynchronously in all situations and implementations.
|
| if (!m_requestAutocompleteTimer.isActive())
|
| - m_requestAutocompleteTimer.startOneShot(0);
|
| + m_requestAutocompleteTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void HTMLFormElement::requestAutocompleteTimerFired(Timer<HTMLFormElement>*)
|
|
|