| 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 54c33c7d5cc8d5ea8f069b2491cbb7dd4c236686..8b0d15445c98c9afde7809dc8a21796a424c4476 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| @@ -111,7 +111,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;
|
| }
|
|
|
|
|