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

Unified Diff: Source/weborigin/KURL.h

Issue 20135002: Optimize WebURL -> GURL conversions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix logic 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
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;

Powered by Google App Engine
This is Rietveld 408576698