| Index: Source/WebCore/page/scrolling/ScrollingCoordinator.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	(revision 139630)
 | 
| +++ Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	(working copy)
 | 
| @@ -136,7 +136,7 @@
 | 
|  #endif
 | 
|  }
 | 
|  
 | 
| -Region ScrollingCoordinator::computeNonFastScrollableRegion(Frame* frame, const IntPoint& frameLocation)
 | 
| +Region ScrollingCoordinator::computeNonFastScrollableRegion(const Frame* frame, const IntPoint& frameLocation) const
 | 
|  {
 | 
|      Region nonFastScrollableRegion;
 | 
|      FrameView* frameView = frame->view();
 | 
| 
 |