Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: src/objects-inl.h

Issue 11642020: Fix compile warning. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698