Reviewers: ulan,
Description:
Fix compile warning.
[email protected]
BUG=
Please review this at https://chromiumcodereview.appspot.com/11642020/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/objects-inl.h
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) {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev