| 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 abb207fdcebdf796b4717d6072272071f0aad9a6..ff5c68fa30783ba9cb190ee450a0785781b31d76 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KURL.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KURL.h
|
| @@ -177,6 +177,7 @@ public:
|
| unsigned pathAfterLastSlash() const;
|
|
|
| operator const String&() const { return getString(); }
|
| + operator StringView() const { return StringView(getString()); }
|
|
|
| const url::Parsed& parsed() const { return m_parsed; }
|
|
|
|
|