Index: Source/weborigin/KURL.h |
diff --git a/Source/weborigin/KURL.h b/Source/weborigin/KURL.h |
index 5515aff8f1173325774fbfc54f54dec2f4ebe101..f1052283a4d002193d552607181460ad9600b252 100644 |
--- a/Source/weborigin/KURL.h |
+++ b/Source/weborigin/KURL.h |
@@ -79,7 +79,7 @@ public: |
// For conversions from other structures that have already parsed and |
// canonicalized the URL. The input must be exactly what KURL would have |
// done with the same input. |
- KURL(const CString& canonicalSpec, const url_parse::Parsed&, bool isValid); |
+ KURL(const AtomicString& canonicalString, const url_parse::Parsed&, bool isValid); |
String strippedForUseAsReferrer() const; |