summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3ca79fc..c2817a5 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<UTF16Char> Replacements;
+ typedef url_canon::Replacements<url_parse::UTF16Char> Replacements;
void replaceComponents(const Replacements& replacements);
// Returns true if the scheme matches the given lowercase ASCII scheme.