diff options
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp')
-rw-r--r-- | chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp index 8334670156b..fc3e634e12c 100644 --- a/chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp +++ b/chromium/third_party/WebKit/Source/web/PopupMenuImpl.cpp @@ -481,7 +481,7 @@ void PopupMenuImpl::hide() m_chromeClient->closePagePopup(m_popup); } -void PopupMenuImpl::updateFromElement() +void PopupMenuImpl::updateFromElement(UpdateReason) { if (m_needsUpdate) return; |