| Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| index 184978c4580d2f2690871f123e6b3b8098bb3c6a..b422115c3cefb2159f3bc73d861699c3908a62b9 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -483,7 +483,7 @@ void PopupMenuImpl::updateFromElement()
|
| if (m_needsUpdate)
|
| return;
|
| m_needsUpdate = true;
|
| - ownerElement().document().postTask(BLINK_FROM_HERE, createSameThreadTask(&PopupMenuImpl::update, this));
|
| + ownerElement().document().postTask(BLINK_FROM_HERE, createSameThreadTask(&PopupMenuImpl::update, retainedRef(this)));
|
| }
|
|
|
| void PopupMenuImpl::update()
|
|
|