Chromium Code Reviews| Index: Source/web/WebViewImpl.h |
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
| index 56b4b1d353e9a0a9b1b4e248b9f1898e5c6b9fbd..585c26112672ee0214d9d7d787ef5a038573d0b6 100644 |
| --- a/Source/web/WebViewImpl.h |
| +++ b/Source/web/WebViewImpl.h |
| @@ -277,7 +277,7 @@ public: |
| return m_lastMouseDownPoint; |
| } |
| - Frame* focusedWebCoreFrame() const; |
| + Frame* focusedCoreFrame() const; |
| // Returns the currently focused Element or null if no element has focus. |
| Element* focusedElement() const; |