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

Unified Diff: third_party/WebKit/Source/wtf/text/Collator.h

Issue 2383163003: Make collator ctor explicit. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/text/Collator.h
diff --git a/third_party/WebKit/Source/wtf/text/Collator.h b/third_party/WebKit/Source/wtf/text/Collator.h
index 58ec7448a7fb5b6d97159ce002855da7f18c588b..853083e4af60f3409548f5b7b9f1075867f979ee 100644
--- a/third_party/WebKit/Source/wtf/text/Collator.h
+++ b/third_party/WebKit/Source/wtf/text/Collator.h
@@ -51,7 +51,7 @@ class WTF_EXPORT Collator {
// Parsing is lenient; e.g. language identifiers (such as "en-US") are
// accepted, too.
- Collator(const char* locale);
+ explicit Collator(const char* locale);
~Collator();
void setOrderLowerFirst(bool);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698