Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
index a58e63138dc825cccb37bd747aedeabb442372b0..3cfd0346e5c442cc4a8c638eb5fd6d6be3c7b254 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp |
@@ -25,7 +25,9 @@ |
#include "modules/indexeddb/IDBIndex.h" |
+#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/ToV8.h" |
#include "bindings/modules/v8/ToV8ForModules.h" |
#include "bindings/modules/v8/V8BindingForModules.h" |
#include "core/dom/ExceptionCode.h" |
@@ -36,7 +38,6 @@ |
#include "modules/indexeddb/IDBTracing.h" |
#include "modules/indexeddb/IDBTransaction.h" |
#include "public/platform/modules/indexeddb/WebIDBKeyRange.h" |
-#include <memory> |
using blink::WebIDBCallbacks; |
using blink::WebIDBCursor; |