| Index: Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h
|
| index b48e12d7f639d25fce35d689eb52e30638ccb782..b771e569ef99a6caa02289873786f1b900a223f8 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -32,6 +32,7 @@
|
| #include "core/dom/DOMStringList.h"
|
| #include "core/events/Event.h"
|
| #include "core/events/EventTarget.h"
|
| +#include "heap/Handle.h"
|
| #include "modules/indexeddb/IDBDatabaseCallbacks.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IDBObjectStore.h"
|
| @@ -83,7 +84,7 @@ public:
|
|
|
| // IDBDatabaseCallbacks
|
| void onVersionChange(int64_t oldVersion, int64_t newVersion);
|
| - void onAbort(int64_t, PassRefPtr<DOMError>);
|
| + void onAbort(int64_t, PassRefPtrWillBeRawPtr<DOMError>);
|
| void onComplete(int64_t);
|
|
|
| // ActiveDOMObject
|
|
|