| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 2cfaa6f3f6b179e291ce0bfb4d3a63dd89c7bfbb..9ed058f08cedaeaf5dbe8f9f93af79fb140385ff 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -87,6 +87,7 @@
|
| #include "public/platform/WebFileError.h"
|
| #include "public/platform/WebFileInfo.h"
|
| #include "public/platform/WebFileSystem.h"
|
| +#include "public/platform/WebHistoryScrollRestorationType.h"
|
| #include "public/platform/WebMediaPlayer.h"
|
| #include "public/platform/WebMediaPlayerClient.h"
|
| #include "public/platform/WebMediaSource.h"
|
| @@ -643,6 +644,9 @@ STATIC_ASSERT_MATCHING_ENUM(WebHistoryInertCommit, HistoryInertCommit);
|
| STATIC_ASSERT_MATCHING_ENUM(WebHistorySameDocumentLoad, HistorySameDocumentLoad);
|
| STATIC_ASSERT_MATCHING_ENUM(WebHistoryDifferentDocumentLoad, HistoryDifferentDocumentLoad);
|
|
|
| +STATIC_ASSERT_MATCHING_ENUM(WebHistoryScrollRestorationManual, ScrollRestorationManual);
|
| +STATIC_ASSERT_MATCHING_ENUM(WebHistoryScrollRestorationAuto, ScrollRestorationAuto);
|
| +
|
| STATIC_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
|
| STATIC_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
|
| STATIC_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLevel);
|
|
|