summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebKitSystemBits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebKitSystemBits.cpp')
-rw-r--r--WebKit/win/WebKitSystemBits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/win/WebKitSystemBits.cpp b/WebKit/win/WebKitSystemBits.cpp
index e8ee0e9..eec6361 100644
--- a/WebKit/win/WebKitSystemBits.cpp
+++ b/WebKit/win/WebKitSystemBits.cpp
@@ -46,7 +46,7 @@ unsigned long long WebMemorySize()
unsigned long long WebVolumeFreeSize(CFStringRef cfstringPath)
{
- WebCore::String path(cfstringPath);
+ WTF::String path(cfstringPath);
ULARGE_INTEGER freeBytesToCaller;
BOOL result = GetDiskFreeSpaceExW((LPCWSTR)path.charactersWithNullTermination(), &freeBytesToCaller, 0, 0);
if (!result)