| Index: Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h
|
| index 2b51393c4317fdb22e6a9c5024f698b781bd9c5b..0d56f08438a425abfb5e5b171552dd67f404f0a5 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -48,7 +48,7 @@ class ScriptExecutionContext;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class IDBDatabase : public RefCounted<IDBDatabase>, public ScriptWrappable, public EventTarget, public ActiveDOMObject {
|
| +class IDBDatabase : public EventTarget, public RefCounted<IDBDatabase>, public ScriptWrappable, public ActiveDOMObject {
|
| public:
|
| static PassRefPtr<IDBDatabase> create(ScriptExecutionContext*, PassRefPtr<IDBDatabaseBackendInterface>, PassRefPtr<IDBDatabaseCallbacks>);
|
| ~IDBDatabase();
|
|
|