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); |