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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js

Issue 2620093002: [DevTools] Support BreakReason.OOM (Closed)
Patch Set: addressed comments Created 3 years, 11 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
index d7892a77dad313f3dcf38f1aedb1914993e00ed1..512b6f83b5fbe46db4cb67731bb0cdb97709b549 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
@@ -875,6 +875,7 @@ SDK.DebuggerModel.BreakReason = {
PromiseRejection: 'promiseRejection',
Assert: 'assert',
DebugCommand: 'debugCommand',
+ OOM: 'OOM',
Other: 'other'
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698