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 65f492cfa20f77c9ae21ff6e0fbc00cd24266601..1f70d818c40e39fef30cfe8e60ae8cb8b54b7d8c 100644 |
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
@@ -56,8 +56,6 @@ |
#include "core/page/PageVisibilityState.h" |
#include "core/style/ComputedStyleConstants.h" |
#include "modules/accessibility/AXObject.h" |
-#include "modules/geolocation/GeolocationError.h" |
-#include "modules/geolocation/GeolocationPosition.h" |
#include "modules/indexeddb/IDBKey.h" |
#include "modules/indexeddb/IDBKeyPath.h" |
#include "modules/indexeddb/IDBMetadata.h" |
@@ -117,8 +115,6 @@ |
#include "public/web/WebFormElement.h" |
#include "public/web/WebFrameClient.h" |
#include "public/web/WebFrameLoadType.h" |
-#include "public/web/WebGeolocationError.h" |
-#include "public/web/WebGeolocationPosition.h" |
#include "public/web/WebHistoryCommitType.h" |
#include "public/web/WebHistoryItem.h" |
#include "public/web/WebIconURL.h" |
@@ -544,9 +540,6 @@ STATIC_ASSERT_MATCHING_ENUM(WebFileErrorQuotaExceeded, FileError::QUOTA_EXCEEDED |
STATIC_ASSERT_MATCHING_ENUM(WebFileErrorTypeMismatch, FileError::TYPE_MISMATCH_ERR); |
STATIC_ASSERT_MATCHING_ENUM(WebFileErrorPathExists, FileError::PATH_EXISTS_ERR); |
-STATIC_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPermissionDenied, GeolocationError::PermissionDenied); |
-STATIC_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::PositionUnavailable); |
- |
STATIC_ASSERT_MATCHING_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling); |
STATIC_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar); |