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

Unified Diff: third_party/WebKit/Source/platform/weborigin/KURL.h

Issue 2428093002: [KURL] Avoid re-hashing input if is already canonicalized (Closed)
Patch Set: uh ignore PS 5 I have no idea how that got there :P Created 4 years, 2 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: third_party/WebKit/Source/platform/weborigin/KURL.h
diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.h b/third_party/WebKit/Source/platform/weborigin/KURL.h
index b9d423291ad1a7238ce23ba51bade9d964c2101b..4f9ab07006956192e87e6a047a9fd4c08c03c7cb 100644
--- a/third_party/WebKit/Source/platform/weborigin/KURL.h
+++ b/third_party/WebKit/Source/platform/weborigin/KURL.h
@@ -206,7 +206,9 @@ class PLATFORM_EXPORT KURL {
void init(const KURL& base,
const CHAR* relative,
int relativeLength,
- const WTF::TextEncoding* queryEncoding);
+ const WTF::TextEncoding* queryEncoding,
+ url::RawCanonOutputT<char>*);
+
void initInnerURL();
void initProtocolIsInHTTPFamily();

Powered by Google App Engine
This is Rietveld 408576698