| Index: third_party/WebKit/public/web/WebDatabase.h
|
| diff --git a/third_party/WebKit/public/web/WebDatabase.h b/third_party/WebKit/public/web/WebDatabase.h
|
| index deaf94b819a2ff20c0926b8c74c221c8c1bd5f6f..7c6aacfe59b1e9afadbeb9067397ecb27e6937b0 100644
|
| --- a/third_party/WebKit/public/web/WebDatabase.h
|
| +++ b/third_party/WebKit/public/web/WebDatabase.h
|
| @@ -41,14 +41,14 @@ class WebString;
|
| class WebDatabase {
|
| public:
|
| BLINK_EXPORT static void updateDatabaseSize(
|
| - const WebString& originIdentifier, const WebString& name, long long size);
|
| + const WebSecurityOrigin&, const WebString& name, long long size);
|
| BLINK_EXPORT static void updateSpaceAvailable(
|
| - const WebString& originIdentifier, long long spaceAvailable);
|
| + const WebSecurityOrigin&, long long spaceAvailable);
|
| BLINK_EXPORT static void resetSpaceAvailable(
|
| - const WebString& originIdentifier);
|
| + const WebSecurityOrigin&);
|
|
|
| BLINK_EXPORT static void closeDatabaseImmediately(
|
| - const WebString& originIdentifier, const WebString& databaseName);
|
| + const WebSecurityOrigin&, const WebString& databaseName);
|
|
|
| private:
|
| WebDatabase() { }
|
|
|