| 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 c6d38fb6584ff517ec8c7239d05fd0ff92812493..c4b1426751296643a2b6c0443d13404588e65ea8 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KURL.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KURL.h
|
| @@ -142,6 +142,7 @@ class PLATFORM_EXPORT KURL {
|
| bool protocolIsData() const { return protocolIs("data"); }
|
| // This includes at least about:blank and about:srcdoc.
|
| bool protocolIsAbout() const { return protocolIs("about"); }
|
| + bool protocolIsJavaScript() const;
|
| bool protocolIsInHTTPFamily() const;
|
| bool isLocalFile() const;
|
| bool isAboutBlankURL() const; // Is exactly about:blank.
|
|
|