summaryrefslogtreecommitdiffstats
path: root/WebCore/workers/WorkerMessagingProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/workers/WorkerMessagingProxy.h')
-rw-r--r--WebCore/workers/WorkerMessagingProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/workers/WorkerMessagingProxy.h b/WebCore/workers/WorkerMessagingProxy.h
index 296fa42..33937ce 100644
--- a/WebCore/workers/WorkerMessagingProxy.h
+++ b/WebCore/workers/WorkerMessagingProxy.h
@@ -33,6 +33,7 @@
#include "WorkerContextProxy.h"
#include "WorkerLoaderProxy.h"
#include "WorkerObjectProxy.h"
+#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
@@ -43,7 +44,6 @@ namespace WebCore {
class DedicatedWorkerThread;
class ScriptExecutionContext;
- class String;
class Worker;
class WorkerMessagingProxy : public WorkerContextProxy, public WorkerObjectProxy, public WorkerLoaderProxy, public Noncopyable {