diff options
Diffstat (limited to 'WebCore/dom/MessagePort.h')
-rw-r--r-- | WebCore/dom/MessagePort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/MessagePort.h b/WebCore/dom/MessagePort.h index 10426e5..1287834 100644 --- a/WebCore/dom/MessagePort.h +++ b/WebCore/dom/MessagePort.h @@ -27,7 +27,6 @@ #ifndef MessagePort_h #define MessagePort_h -#include "AtomicStringHash.h" #include "EventListener.h" #include "EventTarget.h" #include "MessagePortChannel.h" @@ -37,6 +36,7 @@ #include <wtf/PassRefPtr.h> #include <wtf/RefPtr.h> #include <wtf/Vector.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { |