Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
index 2d3077d6e61a58e36c4f2ad27663b419169bc41d..0f5eaed372837c3acdeac43dc18a3ffc5811ac60 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
@@ -26,7 +26,6 @@ |
#ifndef IDBTransaction_h |
#define IDBTransaction_h |
-#include "bindings/core/v8/ActiveScriptWrappable.h" |
#include "core/dom/ContextLifecycleObserver.h" |
#include "core/dom/DOMStringList.h" |
#include "core/events/EventListener.h" |
@@ -35,6 +34,7 @@ |
#include "modules/ModulesExport.h" |
#include "modules/indexeddb/IDBMetadata.h" |
#include "modules/indexeddb/IndexedDB.h" |
+#include "platform/bindings/ActiveScriptWrappable.h" |
#include "platform/heap/Handle.h" |
#include "platform/wtf/HashSet.h" |
#include "platform/wtf/Vector.h" |