| Index: third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
|
| index 78b5bc3354877ee3854c47d0e788563e298ab8e2..8fa80f7c57b6b2befd4b150389b7a0be0e4345af 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
|
| @@ -498,10 +498,11 @@ SDK.ConsoleMessage.MessageSource = {
|
| Rendering: 'rendering',
|
| CSS: 'css',
|
| Security: 'security',
|
| - Violation: 'violation',
|
| - Other: 'other',
|
| Deprecation: 'deprecation',
|
| - Worker: 'worker'
|
| + Worker: 'worker',
|
| + Violation: 'violation',
|
| + Intervention: 'intervention',
|
| + Other: 'other'
|
| };
|
|
|
| /**
|
|
|