| Index: third_party/WebKit/Source/platform/weborigin/KURL.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.cpp b/third_party/WebKit/Source/platform/weborigin/KURL.cpp
|
| index f34a5bcdbf95340b6eb8bf5e31c51eeaa5a98cc4..6df46cf04b66a2d07e949243819ec46afcd2377a 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KURL.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KURL.cpp
|
| @@ -836,7 +836,7 @@ bool KURL::protocolIs(const StringView protocol) const {
|
| }
|
|
|
| StringView KURL::stringViewForInvalidComponent() const {
|
| - return m_string.isNull() ? StringView() : StringView(StringImpl::empty());
|
| + return m_string.isNull() ? StringView() : StringView(StringImpl::empty);
|
| }
|
|
|
| StringView KURL::componentStringView(const url::Component& component) const {
|
|
|