| 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 618be41dd975423c8d1108e2293c878a439d5223..471d7828da7510d4af7ec859fedc3085a4dfc535 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -480,7 +480,7 @@ void PopupMenuImpl::update()
|
| {
|
| if (!m_popup || !m_ownerElement)
|
| return;
|
| - ownerElement().document().updateLayoutTree();
|
| + ownerElement().document().updateStyleAndLayoutTree();
|
| // disconnectClient() might have been called.
|
| if (!m_ownerElement)
|
| return;
|
|
|