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

Unified Diff: third_party/WebKit/Source/core/editing/EditingBehavior.cpp

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (Closed)
Patch Set: Created 4 years, 2 months 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/editing/EditingBehavior.cpp
diff --git a/third_party/WebKit/Source/core/editing/EditingBehavior.cpp b/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
index 33bd5b3fb76b728cac81f7e3b609a0373cc90053..54890191d8ca1b696d8bfc511afb14e7d13af7f7 100644
--- a/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
+++ b/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
@@ -50,8 +50,8 @@ const unsigned OptionKey = AltKey;
// Do not use this constant for anything but cursor movement commands. Keys
// with cmd set have their |isSystemKey| bit set, so chances are the shortcut
// will not be executed. Another, less important, reason is that shortcuts
-// defined in the layoutObject do not blink the menu item that they triggered. See
-// http://crbug.com/25856 and the bugs linked from there for details.
+// defined in the layoutObject do not blink the menu item that they triggered.
+// See http://crbug.com/25856 and the bugs linked from there for details.
const unsigned CommandKey = MetaKey;
#endif

Powered by Google App Engine
This is Rietveld 408576698