summaryrefslogtreecommitdiff
path: root/Source/web/WebSearchableFormData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/WebSearchableFormData.cpp')
-rw-r--r--Source/web/WebSearchableFormData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/web/WebSearchableFormData.cpp b/Source/web/WebSearchableFormData.cpp
index cb375565f..1a9cfcd8c 100644
--- a/Source/web/WebSearchableFormData.cpp
+++ b/Source/web/WebSearchableFormData.cpp
@@ -35,7 +35,6 @@
#include "WebFormElement.h"
#include "WebInputElement.h"
#include "core/dom/Document.h"
-#include "core/html/FormDataList.h"
#include "core/html/HTMLFormControlElement.h"
#include "core/html/HTMLFormElement.h"
#include "core/html/HTMLInputElement.h"
@@ -43,6 +42,7 @@
#include "core/html/HTMLSelectElement.h"
#include "core/html/HTMLTextAreaElement.h"
#include "core/platform/network/FormDataBuilder.h"
+#include "core/platform/network/FormDataList.h"
#include "wtf/text/TextEncoding.h"
using namespace WebCore;