diff options
Diffstat (limited to 'WebCore/workers')
-rw-r--r-- | WebCore/workers/AbstractWorker.h | 2 | ||||
-rw-r--r-- | WebCore/workers/DefaultSharedWorkerRepository.h | 2 | ||||
-rw-r--r-- | WebCore/workers/Worker.h | 2 | ||||
-rw-r--r-- | WebCore/workers/WorkerContext.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/workers/AbstractWorker.h b/WebCore/workers/AbstractWorker.h index 789dba2..f4cc50b 100644 --- a/WebCore/workers/AbstractWorker.h +++ b/WebCore/workers/AbstractWorker.h @@ -34,13 +34,13 @@ #if ENABLE(WORKERS) #include "ActiveDOMObject.h" -#include "AtomicStringHash.h" #include "EventListener.h" #include "EventNames.h" #include "EventTarget.h" #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { diff --git a/WebCore/workers/DefaultSharedWorkerRepository.h b/WebCore/workers/DefaultSharedWorkerRepository.h index 2ce4422..21e14a1 100644 --- a/WebCore/workers/DefaultSharedWorkerRepository.h +++ b/WebCore/workers/DefaultSharedWorkerRepository.h @@ -34,7 +34,6 @@ #if ENABLE(SHARED_WORKERS) #include "ExceptionCode.h" -#include "StringHash.h" #include <wtf/Forward.h> #include <wtf/HashMap.h> #include <wtf/Noncopyable.h> @@ -42,6 +41,7 @@ #include <wtf/PassRefPtr.h> #include <wtf/RefPtr.h> #include <wtf/Threading.h> +#include <wtf/text/StringHash.h> namespace WebCore { diff --git a/WebCore/workers/Worker.h b/WebCore/workers/Worker.h index 2470b71..0e673ac 100644 --- a/WebCore/workers/Worker.h +++ b/WebCore/workers/Worker.h @@ -31,7 +31,6 @@ #include "AbstractWorker.h" #include "ActiveDOMObject.h" -#include "AtomicStringHash.h" #include "EventListener.h" #include "EventNames.h" #include "EventTarget.h" @@ -42,6 +41,7 @@ #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { diff --git a/WebCore/workers/WorkerContext.h b/WebCore/workers/WorkerContext.h index 56b0324..9e9e54f 100644 --- a/WebCore/workers/WorkerContext.h +++ b/WebCore/workers/WorkerContext.h @@ -29,7 +29,6 @@ #if ENABLE(WORKERS) -#include "AtomicStringHash.h" #include "EventListener.h" #include "EventNames.h" #include "EventTarget.h" @@ -40,6 +39,7 @@ #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { |