| Index: Source/devtools/front_end/DebuggerModel.js
|
| diff --git a/Source/devtools/front_end/DebuggerModel.js b/Source/devtools/front_end/DebuggerModel.js
|
| index 9b2f16b1d49f223ce47bac151632816809ee6ba6..38640314bb3f8d84470477ae07acecc9b802d842 100644
|
| --- a/Source/devtools/front_end/DebuggerModel.js
|
| +++ b/Source/devtools/front_end/DebuggerModel.js
|
| @@ -94,7 +94,8 @@ WebInspector.DebuggerModel.BreakReason = {
|
| XHR: "XHR",
|
| Exception: "exception",
|
| Assert: "assert",
|
| - CSPViolation: "CSPViolation"
|
| + CSPViolation: "CSPViolation",
|
| + Debug: "debug"
|
| }
|
|
|
| WebInspector.DebuggerModel.prototype = {
|
|
|