| Index: third_party/WebKit/Source/core/inspector/ConsoleTypes.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
|
| index d919b3a51a229d57e1e7ac34454b07e451166da0..9485f5c5d29afd59578d6125d1eea2a0b0be3e06 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
|
| @@ -19,7 +19,8 @@ enum MessageSource {
|
| OtherMessageSource,
|
| DeprecationMessageSource,
|
| WorkerMessageSource,
|
| - ViolationMessageSource
|
| + ViolationMessageSource,
|
| + InterventionMessageSource
|
| };
|
|
|
| enum MessageLevel {
|
|
|