summaryrefslogtreecommitdiffstats
path: root/WebCore/workers/WorkerLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/workers/WorkerLocation.h')
-rw-r--r--WebCore/workers/WorkerLocation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/workers/WorkerLocation.h b/WebCore/workers/WorkerLocation.h
index 52c31ad..5200e35 100644
--- a/WebCore/workers/WorkerLocation.h
+++ b/WebCore/workers/WorkerLocation.h
@@ -30,14 +30,13 @@
#if ENABLE(WORKERS)
#include "KURL.h"
+#include <wtf/Forward.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
namespace WebCore {
- class String;
-
class WorkerLocation : public RefCounted<WorkerLocation> {
public:
static PassRefPtr<WorkerLocation> create(const KURL& url)