| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| index e5c19e785a585589633e538d4c3f11a7b6d1d0f6..fed81969c588978de899c07ec7ecb9d5e73a5079 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
|
| @@ -67,6 +67,7 @@ public:
|
| void didOpenDatabase(blink::Database*, const String& domain, const String& name, const String& version);
|
| private:
|
| explicit InspectorDatabaseAgent(Page*);
|
| + void registerDatabaseOnCreation(blink::Database*);
|
|
|
| blink::Database* databaseForId(const String& databaseId);
|
| InspectorDatabaseResource* findByFileName(const String& fileName);
|
|
|