| Index: net/base/net_util.cc
|
| diff --git a/net/base/net_util.cc b/net/base/net_util.cc
|
| index c5f5673d870aeff44417d812580cad5bfd015092..bf7fbb89255b0abad383e3c495387a99d621987e 100644
|
| --- a/net/base/net_util.cc
|
| +++ b/net/base/net_util.cc
|
| @@ -267,7 +267,7 @@ bool IsComponentCoveredByLang(const icu::UnicodeSet& component_characters,
|
| const std::string& lang) {
|
| CR_DEFINE_STATIC_LOCAL(
|
| const icu::UnicodeSet, kASCIILetters, ('a', 'z'));
|
| - icu::UnicodeSet* lang_set;
|
| + icu::UnicodeSet* lang_set = NULL;
|
| // We're called from both the UI thread and the history thread.
|
| {
|
| base::AutoLock lock(g_lang_set_lock.Get());
|
|
|