| Index: Source/modules/indexeddb/IDBRequest.h
|
| diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
|
| index 2bca602f30ef37782e63b907ee496003dbeb0e10..67afca1da6bc2a959afed835ceff00dcf6488e0e 100644
|
| --- a/Source/modules/indexeddb/IDBRequest.h
|
| +++ b/Source/modules/indexeddb/IDBRequest.h
|
| @@ -38,10 +38,10 @@
|
| #include "core/events/Event.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/indexeddb/IDBAny.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "public/platform/WebIDBCursor.h"
|
|
|
| namespace WebCore {
|
|
|