diff options
Diffstat (limited to 'WebCore/xml/XMLHttpRequestUpload.cpp')
-rw-r--r-- | WebCore/xml/XMLHttpRequestUpload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XMLHttpRequestUpload.cpp b/WebCore/xml/XMLHttpRequestUpload.cpp index 9d0fafc..739082d 100644 --- a/WebCore/xml/XMLHttpRequestUpload.cpp +++ b/WebCore/xml/XMLHttpRequestUpload.cpp @@ -26,13 +26,13 @@ #include "config.h" #include "XMLHttpRequestUpload.h" -#include "AtomicString.h" #include "Event.h" #include "EventException.h" #include "EventNames.h" #include "XMLHttpRequest.h" #include "XMLHttpRequestProgressEvent.h" #include <wtf/Assertions.h> +#include <wtf/text/AtomicString.h> namespace WebCore { |