| Index: public/web/WebSecurityOrigin.h
|
| diff --git a/public/web/WebSecurityOrigin.h b/public/web/WebSecurityOrigin.h
|
| index 0a3474df38ded9563655b7d678f2f108e73ef9ba..e1f728a126e911334c9e4f1d50aa6921fedeb2bf 100644
|
| --- a/public/web/WebSecurityOrigin.h
|
| +++ b/public/web/WebSecurityOrigin.h
|
| @@ -58,6 +58,7 @@ public:
|
|
|
| BLINK_EXPORT static WebSecurityOrigin createFromDatabaseIdentifier(const WebString& databaseIdentifier);
|
| BLINK_EXPORT static WebSecurityOrigin createFromString(const WebString&);
|
| + BLINK_EXPORT static WebSecurityOrigin createUnique();
|
| BLINK_EXPORT static WebSecurityOrigin create(const WebURL&);
|
|
|
| BLINK_EXPORT void reset();
|
|
|