Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index e8cee3f5086d7a790768aa6a427c3e1df94ce7b9..85c880c86b2234861d0c651d8add90fb2f27464c 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3588,7 +3588,7 @@ NotificationPresenterImpl* WebViewImpl::notificationPresenterImpl() |
return &m_notificationPresenter; |
} |
-Element* WebViewImpl::focusedElement() |
+Element* WebViewImpl::focusedElement() const |
{ |
Frame* frame = m_page->focusController().focusedFrame(); |
if (!frame) |