| Index: Source/core/page/FocusController.h | 
| diff --git a/Source/core/page/FocusController.h b/Source/core/page/FocusController.h | 
| index 8abdb66343222dd058111cd3933a52a31287b6b9..38069eb4919191ed936583e4ef1444f7f23e06df 100644 | 
| --- a/Source/core/page/FocusController.h | 
| +++ b/Source/core/page/FocusController.h | 
| @@ -112,7 +112,7 @@ private: | 
| Node* findNodeWithExactTabIndex(Node* start, int tabIndex, FocusDirection); | 
|  | 
| bool advanceFocusDirectionallyInContainer(Node* container, const LayoutRect& startingRect, FocusDirection); | 
| -    void findFocusCandidateInContainer(Node* container, const LayoutRect& startingRect, FocusDirection, FocusCandidate& closest); | 
| +    void findFocusCandidateInContainer(Node& container, const LayoutRect& startingRect, FocusDirection, FocusCandidate& closest); | 
|  | 
| Page* m_page; | 
| RefPtr<Frame> m_focusedFrame; | 
|  |