| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 4b61c81ac23d2e84075227a9a27835b8a8e10553..48e560ea2e95e7bc4152802d7306016509d90767 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -41,7 +41,6 @@
|
| #include "core/editing/SelectionType.h"
|
| #include "core/editing/TextAffinity.h"
|
| #include "core/fileapi/FileError.h"
|
| -#include "core/frame/Frame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/html/HTMLFormElement.h"
|
| @@ -127,7 +126,6 @@
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "public/web/WebNavigatorContentUtilsClient.h"
|
| -#include "public/web/WebRemoteFrameClient.h"
|
| #include "public/web/WebSandboxFlags.h"
|
| #include "public/web/WebSecurityPolicy.h"
|
| #include "public/web/WebSelection.h"
|
| @@ -735,9 +733,4 @@
|
| STATIC_ASSERT_MATCHING_ENUM(WebFrameLoadType::InitialInChildFrame, FrameLoadTypeInitialInChildFrame);
|
| STATIC_ASSERT_MATCHING_ENUM(WebFrameLoadType::InitialHistoryLoad, FrameLoadTypeInitialHistoryLoad);
|
| STATIC_ASSERT_MATCHING_ENUM(WebFrameLoadType::ReloadFromOrigin, FrameLoadTypeReloadFromOrigin);
|
| -
|
| -STATIC_ASSERT_MATCHING_ENUM(FrameDetachType::Remove, WebFrameClient::DetachType::Remove);
|
| -STATIC_ASSERT_MATCHING_ENUM(FrameDetachType::Swap, WebFrameClient::DetachType::Swap);
|
| -STATIC_ASSERT_MATCHING_ENUM(FrameDetachType::Remove, WebRemoteFrameClient::DetachType::Remove);
|
| -STATIC_ASSERT_MATCHING_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap);
|
| } // namespace blink
|
|
|