| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| index 75b6e76b8af471f58f1f4f234e37e669b79a63d3..92d7b3ed0a494f90b80ed14c69f4d88f1440857e 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -670,6 +670,17 @@ STATIC_ASSERT_ENUM(WebHistoryDifferentDocumentLoad, HistoryDifferentDocumentLoad
|
| STATIC_ASSERT_ENUM(WebHistoryScrollRestorationManual, ScrollRestorationManual);
|
| STATIC_ASSERT_ENUM(WebHistoryScrollRestorationAuto, ScrollRestorationAuto);
|
|
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::XML, XMLMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::JS, JSMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Network, NetworkMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::ConsoleAPI, ConsoleAPIMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Storage, StorageMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::AppCache, AppCacheMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Rendering, RenderingMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Security, SecurityMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Other, OtherMessageSource);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::Source::Deprecation, DeprecationMessageSource);
|
| +
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLevel);
|
|
|