| Index: Source/core/html/DOMFormData.cpp
|
| diff --git a/Source/core/html/DOMFormData.cpp b/Source/core/html/DOMFormData.cpp
|
| index f88edef5fc35dd2a4e92dfb0eab368562d0df636..b6028df0be0bfd4f5c32a9c2a2ed8204dc0b230f 100644
|
| --- a/Source/core/html/DOMFormData.cpp
|
| +++ b/Source/core/html/DOMFormData.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "DOMFormData.h"
|
|
|
| -#include "Blob.h"
|
| #include "HTMLFormControlElement.h"
|
| #include "HTMLFormElement.h"
|
| +#include "core/fileapi/Blob.h"
|
| #include "core/platform/text/TextEncoding.h"
|
| #include <wtf/text/WTFString.h>
|
|
|
|
|