Index: Source/core/page/SpatialNavigation.h |
diff --git a/Source/core/page/SpatialNavigation.h b/Source/core/page/SpatialNavigation.h |
index a9fc9c10b2fe4c4a6fb91d0be896ce8dc7eb684d..5a9942eda27a8c4b4ada83ed7082a29eb5a23a0f 100644 |
--- a/Source/core/page/SpatialNavigation.h |
+++ b/Source/core/page/SpatialNavigation.h |
@@ -145,7 +145,7 @@ Node* scrollableEnclosingBoxOrParentFrameForNodeInDirection(FocusType, Node*); |
LayoutRect nodeRectInAbsoluteCoordinates(Node*, bool ignoreBorder = false); |
LayoutRect frameRectInAbsoluteCoordinates(LocalFrame*); |
LayoutRect virtualRectForDirection(FocusType, const LayoutRect& startingRect, LayoutUnit width = 0); |
-LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement*, FocusType); |
+LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement&, FocusType); |
HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&); |
} // namspace WebCore |