| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index c21b3e350d9b1d3696245f2c5d5aad30caebdcd9..518058bdd4c1f255e99ce94880505dc8fe461fba 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -32,9 +32,9 @@
|
| #include "core/events/Event.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "public/platform/WebIDBDatabase.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/RefCounted.h"
|
|
|