Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 2b262617c7efbe2a23584f9f223832569a57602f..4ce75f0ba9db3ed225c5c67f642a8720d48081c9 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -324,7 +324,7 @@ public: |
WebCore::Frame* focusedWebCoreFrame() const; |
// Returns the currently focused Element or null if no element has focus. |
- WebCore::Element* focusedElement(); |
+ WebCore::Element* focusedElement() const; |
Inactive
2014/02/13 16:10:07
I think several getters were non-const because of
|
static WebViewImpl* fromPage(WebCore::Page*); |