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

Unified Diff: src/debug.cc

Issue 255163004: Rename debug event enum to be consistent. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 months 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 | « include/v8-debug.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug.cc
diff --git a/src/debug.cc b/src/debug.cc
index 33ca1579b258bcab958b30659f64ac0c13b2de9d..dadaa915d48e0fb17467097156c89047e57edf98 100644
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -2669,7 +2669,7 @@ void Debugger::OnException(Handle<Object> exception,
// Determine event;
DebugEvent event = promise->IsUndefined()
- ? v8::Exception : v8::UncaughtExceptionInPromise;
+ ? v8::Exception : v8::PendingExceptionInPromise;
// Create the event data object.
Handle<Object> event_data;
« no previous file with comments | « include/v8-debug.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698