Commit fcd25e4d authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix enum in debug.h

TBR=ishell@chromium.org

Review URL: https://codereview.chromium.org/700103002

Cr-Commit-Position: refs/heads/master@{#25131}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25131 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 630d6b8b
......@@ -54,7 +54,7 @@ enum ExceptionBreakType {
enum BreakLocatorType {
ALL_BREAK_LOCATIONS = 0,
SOURCE_BREAK_LOCATIONS = 1,
CALLS_AND_RETURNS = 2,
CALLS_AND_RETURNS = 2
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment