| Index: third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
|
| diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
|
| index f50b39d1f1ac44cbf3d28e2c69a46346051965c1..c8ae8cb477a9db36b0060910ccedfbe663363eda 100644
|
| --- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
|
| +++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
|
| @@ -51,7 +51,8 @@ class WebIDBFactory {
|
| const WebSecurityOrigin&) = 0;
|
| virtual void deleteDatabase(const WebString& name,
|
| WebIDBCallbacks*,
|
| - const WebSecurityOrigin&) = 0;
|
| + const WebSecurityOrigin&,
|
| + bool forceClose) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|