| 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..fb009c103b034e0546a2436736a8405c69ff5d6a 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, wrapCrossThreadPersistent(&element())));
|
| return;
|
| }
|
|
|
|
|