| 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 bfc37ff07586dda05ca7d0eda16874fb6741c8f9..fbda157548554da254cce1e17ae5f90f651b532b 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| @@ -40,7 +40,7 @@
|
| namespace blink {
|
|
|
| class KURL;
|
| -class SecurityOriginCache;
|
| +class URLSecurityOriginMap;
|
|
|
| class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
|
| WTF_MAKE_NONCOPYABLE(SecurityOrigin);
|
| @@ -51,7 +51,7 @@ public:
|
| static PassRefPtr<SecurityOrigin> createFromString(const String&);
|
| static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port);
|
|
|
| - static void setCache(SecurityOriginCache*);
|
| + static void setMap(URLSecurityOriginMap*);
|
|
|
| // Some URL schemes use nested URLs for their security context. For example,
|
| // filesystem URLs look like the following:
|
|
|