Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 4d84a153fc68cdba17ce52bf9295e65abfcd3df4..3e9935be93bf9bbbcbb52df7a3238fd42778828c 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -6501,7 +6501,7 @@ MUST_USE_RESULT static MaybeObject* ConvertCase( |
if (!maybe_o->ToObject(&o)) return maybe_o; |
} |
SeqOneByteString* result = SeqOneByteString::cast(o); |
- bool has_changed_character; |
+ bool has_changed_character = false; |
bool is_ascii = FastAsciiConvert<Converter>( |
reinterpret_cast<char*>(result->GetChars()), |
reinterpret_cast<char*>(SeqOneByteString::cast(s)->GetChars()), |