From dd8bb3de4f353a81954234999f1fea748aee2ea9 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 11 Aug 2010 14:44:44 +0100 Subject: Merge WebKit at r65072 : Initial merge by git. Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585 --- WebCore/workers/WorkerLocation.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'WebCore/workers/WorkerLocation.h') 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 #include #include #include namespace WebCore { - class String; - class WorkerLocation : public RefCounted { public: static PassRefPtr create(const KURL& url) -- cgit v1.1