diff options
Diffstat (limited to 'WebCore/xml/XMLHttpRequestUpload.h')
-rw-r--r-- | WebCore/xml/XMLHttpRequestUpload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XMLHttpRequestUpload.h b/WebCore/xml/XMLHttpRequestUpload.h index 7a605fb..984d86a 100644 --- a/WebCore/xml/XMLHttpRequestUpload.h +++ b/WebCore/xml/XMLHttpRequestUpload.h @@ -26,7 +26,6 @@ #ifndef XMLHttpRequestUpload_h #define XMLHttpRequestUpload_h -#include "AtomicStringHash.h" #include "EventListener.h" #include "EventNames.h" #include "EventTarget.h" @@ -36,6 +35,7 @@ #include <wtf/RefPtr.h> #include <wtf/PassRefPtr.h> #include <wtf/Vector.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { |