Index: third_party/WebKit/WebCore/platform/KURL.h |
=================================================================== |
--- third_party/WebKit/WebCore/platform/KURL.h (revision 9744) |
+++ third_party/WebKit/WebCore/platform/KURL.h (working copy) |
@@ -84,7 +84,7 @@ |
// For conversions for 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 char* canonicalSpec, int canonicalSpecLen, |
+ KURL(const CString& canonicalSpec, |
const url_parse::Parsed& parsed, bool isValid); |
#endif |