| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 158285795c125d4e7a301ff0a4699e72c34b2490..10a56a7a22459fc522e4aec4068c91d40bda127e 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2306,7 +2306,7 @@ IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* owne
|
| return intersection(clipRect, windowClipRect());
|
| }
|
|
|
| -bool FrameView::isActive() const
|
| +bool FrameView::isActiveFocus() const
|
| {
|
| Page* page = frame().page();
|
| return page && page->focusController().isActive();
|
|
|