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

Unified Diff: Source/weborigin/KURL.h

Issue 20135002: Optimize WebURL -> GURL conversions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 5 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 | « Source/core/platform/chromium/support/WebURL.cpp ('k') | Source/weborigin/KURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/platform/chromium/support/WebURL.cpp ('k') | Source/weborigin/KURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698