summaryrefslogtreecommitdiffstats
path: root/webkit/port/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/bridge')
-rw-r--r--webkit/port/bridge/HistoryWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bridge/HistoryWin.cpp b/webkit/port/bridge/HistoryWin.cpp
index de8378a..eafc142 100644
--- a/webkit/port/bridge/HistoryWin.cpp
+++ b/webkit/port/bridge/HistoryWin.cpp
@@ -41,7 +41,7 @@ bool historyContains(const UChar* characters, unsigned length,
// check the document's DNS prefetch settings and pass up to the renderer
CString document_host = document->securityOrigin()->host().utf8();
return webkit_glue::HistoryContains(
- reinterpret_cast<const wchar_t*>(characters), length,
+ reinterpret_cast<const char16*>(characters), length,
document_host.data(), document_host.length(),
document->isDNSPrefetchEnabled());
}