Reviewers: Igor Sheludko,

Description:
Fix enum in debug.h

[email protected]

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

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

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


Index: src/debug.h
diff --git a/src/debug.h b/src/debug.h
index 3bfa02fcdf4b8e80846226bef691dd3be961faa7..e486d9780bcf0d77ff3f376aa26103d47ebf1324 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -54,7 +54,7 @@ enum ExceptionBreakType {
 enum BreakLocatorType {
   ALL_BREAK_LOCATIONS = 0,
   SOURCE_BREAK_LOCATIONS = 1,
-  CALLS_AND_RETURNS = 2,
+  CALLS_AND_RETURNS = 2
 };




--
--
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