| 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 2452c60aef4acc746f74701b2994154306e2fc17..0337524e6c481201c744adcad03caa1a39a4a93b 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -40,6 +40,7 @@
|
| #include "core/editing/markers/DocumentMarker.h"
|
| #include "core/fileapi/FileError.h"
|
| #include "core/frame/Frame.h"
|
| +#include "core/frame/FrameTypes.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/html/HTMLFormElement.h"
|
| @@ -109,6 +110,7 @@
|
| #include "public/platform/modules/indexeddb/WebIDBTypes.h"
|
| #include "public/web/WebAXEnums.h"
|
| #include "public/web/WebAXObject.h"
|
| +#include "public/web/WebClientRedirectPolicy.h"
|
| #include "public/web/WebConsoleMessage.h"
|
| #include "public/web/WebContentSecurityPolicy.h"
|
| #include "public/web/WebFormElement.h"
|
| @@ -382,6 +384,9 @@ STATIC_ASSERT_ENUM(WebApplicationCacheHost::UpdateReadyEvent, ApplicationCacheHo
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::CachedEvent, ApplicationCacheHost::CACHED_EVENT);
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::ObsoleteEvent, ApplicationCacheHost::OBSOLETE_EVENT);
|
|
|
| +STATIC_ASSERT_ENUM(WebClientRedirectPolicy::NotClientRedirect, ClientRedirectPolicy::NotClientRedirect);
|
| +STATIC_ASSERT_ENUM(WebClientRedirectPolicy::ClientRedirect, ClientRedirectPolicy::ClientRedirect);
|
| +
|
| STATIC_ASSERT_ENUM(WebCursorInfo::TypePointer, Cursor::Pointer);
|
| STATIC_ASSERT_ENUM(WebCursorInfo::TypeCross, Cursor::Cross);
|
| STATIC_ASSERT_ENUM(WebCursorInfo::TypeHand, Cursor::Hand);
|
|
|