| Index: Source/weborigin/KURL.h
|
| diff --git a/Source/weborigin/KURL.h b/Source/weborigin/KURL.h
|
| index 491849abc33d3b74de90053ec7b09193518f492d..e71d9ec8a91a2e34b75f32e0a7a3c80ea36e13e2 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;
|
|
|
|
|