Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index bb56f3fcd92ebc8e776c1640608b9e48405bac32..7772cfefe2d17a53da79042a890f88ab59c89449 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -2821,7 +2821,7 @@ void ConsStringIteratorOp::Reset() { |
String* ConsStringIteratorOp::ContinueOperation(int32_t* type_out, |
unsigned* length_out) { |
- bool blew_stack; |
+ bool blew_stack = false; |
String* string = NextLeaf(&blew_stack, type_out, length_out); |
// String found. |
if (string != NULL) { |