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 fc6b6c83c39df4e0e8e3b3eb93b303e48157a417..eb75c327be9f1f0020e63cb68e442741678e3851 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; |