| Index: third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| index 014ef2260fbb22d77d78dae854e021a70833aa4d..f499eda2b6f053f1ed6c2dd04fa1b46b9f787247 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| @@ -148,8 +148,9 @@ void ExternalPopupMenu::updateFromElement(UpdateReason reason) {
|
| m_needsUpdate = true;
|
| TaskRunnerHelper::get(TaskType::UserInteraction,
|
| &m_ownerElement->document())
|
| - ->postTask(BLINK_FROM_HERE, WTF::bind(&ExternalPopupMenu::update,
|
| - wrapPersistent(this)));
|
| + ->postTask(
|
| + BLINK_FROM_HERE,
|
| + WTF::bind(&ExternalPopupMenu::update, wrapPersistent(this)));
|
| break;
|
|
|
| case ByStyleChange:
|
|
|