| Index: third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| index 23dfa89dc386f2998841c2ff12a3586919fdce63..bb7db83a37d5f9220829d95b3466a04909c6e709 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| @@ -110,7 +110,7 @@ void SearchInputType::startSearchEventTimer()
|
|
|
| if (!length) {
|
| m_searchEventTimer.stop();
|
| - element().document().postTask(BLINK_FROM_HERE, createSameThreadTask(&HTMLInputElement::onSearch, &element()));
|
| + element().document().postTask(BLINK_FROM_HERE, createSameThreadTask(&HTMLInputElement::onSearch, wrapPersistent(&element())));
|
| return;
|
| }
|
|
|
|
|