| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 9cffb706a03fa1a1ae68bce15516a3663f53bafc..40b10d92d6c12ada6207d8b919b428db171feeda 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -52,7 +52,6 @@
|
| #include "core/loader/FrameLoaderTypes.h"
|
| #include "core/loader/NavigationPolicy.h"
|
| #include "core/loader/appcache/ApplicationCacheHost.h"
|
| -#include "core/page/InjectedStyleSheets.h"
|
| #include "core/page/PageVisibilityState.h"
|
| #include "modules/accessibility/AXObject.h"
|
| #include "modules/geolocation/GeolocationError.h"
|
| @@ -500,9 +499,6 @@ STATIC_ASSERT_MATCHING_ENUM(WebSettings::EditingBehaviorAndroid, EditingAndroidB
|
| STATIC_ASSERT_MATCHING_ENUM(WebTextAffinityUpstream, UPSTREAM);
|
| STATIC_ASSERT_MATCHING_ENUM(WebTextAffinityDownstream, DOWNSTREAM);
|
|
|
| -STATIC_ASSERT_MATCHING_ENUM(WebView::InjectStyleInAllFrames, InjectStyleInAllFrames);
|
| -STATIC_ASSERT_MATCHING_ENUM(WebView::InjectStyleInTopFrameOnly, InjectStyleInTopFrameOnly);
|
| -
|
| STATIC_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionUnknownError, UnknownError);
|
| STATIC_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionConstraintError, ConstraintError);
|
| STATIC_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionDataError, DataError);
|
|
|