| Index: sky/engine/web/AssertMatchingEnums.cpp
|
| diff --git a/sky/engine/web/AssertMatchingEnums.cpp b/sky/engine/web/AssertMatchingEnums.cpp
|
| index 285c2b0ee9f4bf6048cef2528816fa314fc7e81a..085a9a2b8d6db4e26f91fcee4c410f514b4b6490 100644
|
| --- a/sky/engine/web/AssertMatchingEnums.cpp
|
| +++ b/sky/engine/web/AssertMatchingEnums.cpp
|
| @@ -68,8 +68,6 @@
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "public/web/WebNavigatorContentUtilsClient.h"
|
| #include "public/web/WebNode.h"
|
| -#include "public/web/WebPageVisibilityState.h"
|
| -#include "public/web/WebSerializedScriptValueVersion.h"
|
| #include "public/web/WebSettings.h"
|
| #include "public/web/WebTextAffinity.h"
|
| #include "public/web/WebTextCheckingResult.h"
|
| @@ -255,6 +253,4 @@ COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeNone, HoverTypeNone);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeOnDemand, HoverTypeOnDemand);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeHover, HoverTypeHover);
|
|
|
| -COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptValue::wireFormatVersion);
|
| -
|
| } // namespace blink
|
|
|