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

Unified Diff: third_party/WebKit/Source/core/layout/api/SelectionState.cpp

Issue 2919713002: Update operator<<(SelectionState) (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/api/SelectionState.cpp
diff --git a/third_party/WebKit/Source/core/layout/api/SelectionState.cpp b/third_party/WebKit/Source/core/layout/api/SelectionState.cpp
index c492d7204804d46dbc8a1404e17cef469096a07b..14136478d6ff43826bd6a48965895df734d50712 100644
--- a/third_party/WebKit/Source/core/layout/api/SelectionState.cpp
+++ b/third_party/WebKit/Source/core/layout/api/SelectionState.cpp
@@ -19,7 +19,7 @@ std::ostream& operator<<(std::ostream& out, const SelectionState state) {
case SelectionState::kEnd:
return out << "End";
case SelectionState::kStartAndEnd:
- return out << "Both";
+ return out << "StartAndEnd";
}
NOTREACHED();
return out;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698