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 7adb0c93223c50aa9ae181359c5916ad6b866aca..eba878117b196ef9388e2cac60a505fc22357e31 100644 |
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
@@ -42,7 +42,6 @@ |
#include "core/frame/FrameTypes.h" |
#include "core/frame/Settings.h" |
#include "core/frame/csp/ContentSecurityPolicy.h" |
-#include "core/html/HTMLFormElement.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/HTMLMediaElement.h" |
#include "core/html/shadow/TextControlInnerElements.h" |
@@ -112,7 +111,6 @@ |
#include "public/web/WebClientRedirectPolicy.h" |
#include "public/web/WebConsoleMessage.h" |
#include "public/web/WebContentSecurityPolicy.h" |
-#include "public/web/WebFormElement.h" |
#include "public/web/WebFrameClient.h" |
#include "public/web/WebFrameLoadType.h" |
#include "public/web/WebGeolocationError.h" |
@@ -638,11 +636,6 @@ STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_1, |
STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_2_0, |
ResourceResponse::HTTPVersion_2_0); |
-STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultSuccess, HTMLFormElement::AutocompleteResultSuccess); |
-STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorDisabled, HTMLFormElement::AutocompleteResultErrorDisabled); |
-STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorCancel, HTMLFormElement::AutocompleteResultErrorCancel); |
-STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorInvalid, HTMLFormElement::AutocompleteResultErrorInvalid); |
- |
STATIC_ASSERT_ENUM(WebURLRequest::PriorityUnresolved, ResourceLoadPriorityUnresolved); |
STATIC_ASSERT_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorityVeryLow); |
STATIC_ASSERT_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow); |