summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/WebFramePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/WebFramePrivate.h')
-rw-r--r--WebKit/wx/WebFramePrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/wx/WebFramePrivate.h b/WebKit/wx/WebFramePrivate.h
index 58bc40a..bee461d 100644
--- a/WebKit/wx/WebFramePrivate.h
+++ b/WebKit/wx/WebFramePrivate.h
@@ -48,10 +48,10 @@ class WebViewFrameData
{
public:
WebCore::KURL url;
- WebCore::String name;
+ WTF::String name;
WebCore::HTMLFrameOwnerElement* ownerElement;
- WebCore::String referrer;
+ WTF::String referrer;
bool allowsScrolling;
int marginWidth;
int marginHeight;