| Index: Source/WebCore/page/EventHandler.cpp | 
| =================================================================== | 
| --- Source/WebCore/page/EventHandler.cpp	(revision 131764) | 
| +++ Source/WebCore/page/EventHandler.cpp	(working copy) | 
| @@ -1671,8 +1671,8 @@ | 
|  | 
| bool EventHandler::mouseMoved(const PlatformMouseEvent& event) | 
| { | 
| +    RefPtr<FrameView> protector(m_frame->view()); | 
| MaximumDurationTracker maxDurationTracker(&m_maxMouseMovedDuration); | 
| -    RefPtr<FrameView> protector(m_frame->view()); | 
|  | 
|  | 
| #if ENABLE(TOUCH_EVENTS) | 
|  |