summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Location.h')
-rw-r--r--WebCore/page/Location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/Location.h b/WebCore/page/Location.h
index 065bde1..808eff9 100644
--- a/WebCore/page/Location.h
+++ b/WebCore/page/Location.h
@@ -29,6 +29,7 @@
#ifndef Location_h
#define Location_h
+#include <wtf/Forward.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -36,7 +37,6 @@ namespace WebCore {
class Frame;
class KURL;
- class String;
class Location : public RefCounted<Location> {
public: