Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
index ba84725f7d167da4a3396659e4d0ffcb98638acf..5362645282d29d6ac8864bd85645dc993c8ed338 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
@@ -28,8 +28,8 @@ |
#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
-#include "bindings/core/v8/SerializedScriptValueFactory.h" |
#include "bindings/core/v8/ToV8ForCore.h" |
+#include "bindings/core/v8/serialization/SerializedScriptValueFactory.h" |
#include "bindings/modules/v8/ToV8ForModules.h" |
#include "bindings/modules/v8/V8BindingForModules.h" |
#include "core/dom/DOMStringList.h" |