Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698