Reviewers: dcarney,

Description:
Fix compile issue.

[email protected]

Please review this at https://codereview.chromium.org/659313003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/debug.cc


Index: src/debug.cc
diff --git a/src/debug.cc b/src/debug.cc
index 2329b250f3e9ffdfd3e8bb5fac19f9a9958c505d..f7bf228825f27775f0a62dec5a595145fb8b7d1a 100644
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -1558,7 +1558,7 @@ Handle<Object> Debug::GetSourceBreakLocations(
       BreakPointInfo* break_point_info =
           BreakPointInfo::cast(debug_info->break_points()->get(i));
       if (break_point_info->GetBreakPointCount() > 0) {
-        Smi* position;
+        Smi* position = NULL;
         switch (position_alignment) {
         case STATEMENT_ALIGNED:
           position = break_point_info->statement_position();


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to