| Index: Source/platform/scroll/FramelessScrollView.cpp | 
| diff --git a/Source/platform/scroll/FramelessScrollView.cpp b/Source/platform/scroll/FramelessScrollView.cpp | 
| index ce002fefaa49ef8dfc958baef9ebdb8776087644..57f588503b194e0750162cb8eda8549aacb8ce4a 100644 | 
| --- a/Source/platform/scroll/FramelessScrollView.cpp | 
| +++ b/Source/platform/scroll/FramelessScrollView.cpp | 
| @@ -50,7 +50,7 @@ void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const In | 
| invalidateRect(dirtyRect); | 
| } | 
|  | 
| -bool FramelessScrollView::isActive() const | 
| +bool FramelessScrollView::isActiveFocus() const | 
| { | 
| // FIXME | 
| return true; | 
| @@ -58,7 +58,7 @@ bool FramelessScrollView::isActive() const | 
|  | 
| bool FramelessScrollView::scrollbarsCanBeActive() const | 
| { | 
| -    return isActive(); | 
| +    return isActiveFocus(); | 
| } | 
|  | 
| IntRect FramelessScrollView::scrollableAreaBoundingBox() const | 
|  |