| Index: Source/core/page/SpatialNavigation.cpp
|
| diff --git a/Source/core/page/SpatialNavigation.cpp b/Source/core/page/SpatialNavigation.cpp
|
| index 952bfd7e0bf67e00b45727706b915133692fd314..bfa98d56efe06b4acaa0e220128094d9aab6e0c6 100644
|
| --- a/Source/core/page/SpatialNavigation.cpp
|
| +++ b/Source/core/page/SpatialNavigation.cpp
|
| @@ -124,7 +124,7 @@ static inline bool rightOf(const LayoutRect& a, const LayoutRect& b)
|
| || (a.x() >= b.x() && a.maxX() > b.maxX() && a.y() < b.maxY() && a.maxY() > b.y());
|
| }
|
|
|
| -static bool isRectInDirection(WebFocusType type, const LayoutRect& curRect, const LayoutRect& targetRect)
|
| +bool isRectInDirection(WebFocusType type, const LayoutRect& curRect, const LayoutRect& targetRect)
|
| {
|
| switch (type) {
|
| case WebFocusTypeLeft:
|
|
|