| Index: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| index d789b9ec22da9015f680dce64ea28965b3015a26..56b48a778270c107ca0f836f7f4e17d2c047430a 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| @@ -53,6 +53,10 @@ class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
|
| static PassRefPtr<SecurityOrigin> create(const String& protocol,
|
| const String& host,
|
| int port);
|
| + static PassRefPtr<SecurityOrigin> create(const String& protocol,
|
| + const String& host,
|
| + int port,
|
| + const String& suborigin);
|
|
|
| static void setMap(URLSecurityOriginMap*);
|
|
|
|
|