Chromium Code Reviews| Index: Source/devtools/front_end/ConsoleModel.js |
| diff --git a/Source/devtools/front_end/ConsoleModel.js b/Source/devtools/front_end/ConsoleModel.js |
| index e3a86baac620d3d514a130e2d14d3c5862dacce6..418b506ef2295e3931a2700c7d56d7194d13f5d6 100644 |
| --- a/Source/devtools/front_end/ConsoleModel.js |
| +++ b/Source/devtools/front_end/ConsoleModel.js |
| @@ -231,7 +231,8 @@ WebInspector.ConsoleMessage.MessageSource = { |
| Rendering: "rendering", |
| CSS: "css", |
| Security: "security", |
| - Other: "other" |
| + Other: "other", |
| + Deprecation: "deprecation" |
| } |
| WebInspector.ConsoleMessage.MessageType = { |