Index: sky/engine/web/AssertMatchingEnums.cpp |
diff --git a/sky/engine/web/AssertMatchingEnums.cpp b/sky/engine/web/AssertMatchingEnums.cpp |
index 92deae85ae8a87362e6fdded790f204dd8984d36..92c9fac58157c90090d517396c2314a91c0d07c5 100644 |
--- a/sky/engine/web/AssertMatchingEnums.cpp |
+++ b/sky/engine/web/AssertMatchingEnums.cpp |
@@ -33,7 +33,6 @@ |
#include "sky/engine/config.h" |
-#include "sky/engine/bindings/core/v8/SerializedScriptValue.h" |
#include "sky/engine/core/dom/DocumentMarker.h" |
#include "sky/engine/core/dom/ExceptionCode.h" |
#include "sky/engine/core/dom/Node.h" |
@@ -206,10 +205,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve |
COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); |
-COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsOff, V8CacheOptionsOff); |
-COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsParse); |
-COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode); |
- |
COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeNone, PointerTypeNone); |
COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeCoarse, PointerTypeCoarse); |
COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeFine, PointerTypeFine); |