Index: third_party/WebKit/Source/platform/LinkHash.cpp |
diff --git a/third_party/WebKit/Source/platform/LinkHash.cpp b/third_party/WebKit/Source/platform/LinkHash.cpp |
index 9af2d7bc06ddac0e1f03884c3c11aac7a70d2e88..f397c9a9a86b6d697d7fa93fcb3bf3ef81418b2f 100644 |
--- a/third_party/WebKit/Source/platform/LinkHash.cpp |
+++ b/third_party/WebKit/Source/platform/LinkHash.cpp |
@@ -40,7 +40,8 @@ namespace blink { |
static bool resolveRelative(const KURL& base, |
const String& relative, |
url::RawCanonOutput<2048>* buffer) { |
- // We use these low-level GURL functions to avoid converting back and forth from UTF-8 unnecessarily. |
+ // We use these low-level GURL functions to avoid converting back and forth |
+ // from UTF-8 unnecessarily. |
url::Parsed parsed; |
StringUTF8Adaptor baseUTF8(base.getString()); |
if (relative.is8Bit()) { |