summaryrefslogtreecommitdiffstats
path: root/webkit/pending
diff options
context:
space:
mode:
authoramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 17:48:24 +0000
committeramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 17:48:24 +0000
commitc910d1dd8294e54132d316c6b21cb5447738dc08 (patch)
treee75bb27af372029ddfec7c9f0b1517d65dc4bb9b /webkit/pending
parentccdb2200d1c9cc0baab6043317958b94cdbae26c (diff)
downloadchromium_src-c910d1dd8294e54132d316c6b21cb5447738dc08.zip
chromium_src-c910d1dd8294e54132d316c6b21cb5447738dc08.tar.gz
chromium_src-c910d1dd8294e54132d316c6b21cb5447738dc08.tar.bz2
Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Chars
Review URL: http://codereview.chromium.org/6310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/pending')
-rw-r--r--webkit/pending/KURL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/pending/KURL.h b/webkit/pending/KURL.h
index b270a15..3ca79fc 100644
--- a/webkit/pending/KURL.h
+++ b/webkit/pending/KURL.h
@@ -257,7 +257,7 @@ private:
// Replaces the given components, modifying the current URL. The current
// URL must be valid.
- typedef url_canon::Replacements<wchar_t> Replacements;
+ typedef url_canon::Replacements<UTF16Char> Replacements;
void replaceComponents(const Replacements& replacements);
// Returns true if the scheme matches the given lowercase ASCII scheme.