Revision: 25131
Author:   [email protected]
Date:     Wed Nov  5 08:52:38 2014 UTC
Log:      Fix enum in debug.h

[email protected]

Review URL: https://codereview.chromium.org/700103002
https://code.google.com/p/v8/source/detail?r=25131

Modified:
 /branches/bleeding_edge/src/debug.h

=======================================
--- /branches/bleeding_edge/src/debug.h Wed Nov  5 08:44:30 2014 UTC
+++ /branches/bleeding_edge/src/debug.h Wed Nov  5 08:52:38 2014 UTC
@@ -54,7 +54,7 @@
 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