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

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

Issue 307193002: Un-inline KURL's default constructor to avoid bloating (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/KURL.h
diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h
index 0521ce47a164b2fc89620a6da4fbc97952f6ee39..e308106cd362e191435a15d9a02de05d2efbc041 100644
--- a/Source/platform/weborigin/KURL.h
+++ b/Source/platform/weborigin/KURL.h
@@ -46,12 +46,7 @@ enum ParsedURLStringTag { ParsedURLString };
class PLATFORM_EXPORT KURL {
public:
- KURL()
- : m_isValid(false)
- , m_protocolIsInHTTPFamily(false)
- {
- }
-
+ KURL();
KURL(const KURL&);
KURL& operator=(const KURL&);
« no previous file with comments | « no previous file | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698