| 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 3e07f79c8912c15640e1f13ebada5fd9d526226b..a2afcf83865471b4cf3e512f50891bc56989a318 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -774,11 +774,10 @@ STATIC_ASSERT_ENUM(WebHistoryDifferentDocumentLoad,
|
| STATIC_ASSERT_ENUM(WebHistoryScrollRestorationManual, ScrollRestorationManual);
|
| STATIC_ASSERT_ENUM(WebHistoryScrollRestorationAuto, ScrollRestorationAuto);
|
|
|
| -STATIC_ASSERT_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
|
| -STATIC_ASSERT_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::LevelVerbose, VerboseMessageLevel);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLevel);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel);
|
| -STATIC_ASSERT_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
|
|
|
| STATIC_ASSERT_ENUM(WebCustomHandlersNew,
|
| NavigatorContentUtilsClient::CustomHandlersNew);
|
|
|