Index: third_party/WebKit/Source/core/input/EventHandler.cpp |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp |
index 898e7d53aeac75f92ae1735d289de4cfb5aceade..70a8e90e62ba4750802076e04157cbaabc20186d 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp |
@@ -1795,7 +1795,7 @@ bool EventHandler::handleMouseFocus(const MouseEventWithHitTestResults& targeted |
} |
- // Only change the focus when clicking scrollbars if it can transfered to a |
+ // Only change the focus when clicking scrollbars if it can transferred to a |
// mouse focusable node. |
if (!element && targetedEvent.hitTestResult().scrollbar()) |
return true; |