Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: third_party/WebKit/WebCore/platform/KURL.h

Issue 21343: Make it possible to initialize KURLGoogle from a CString. This is so that I... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/platform/KURLGoogle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/platform/KURLGoogle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698