| Index: Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorIndexedDBAgent.cpp b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| index 430dbb80796c0e1d981696aa76537efeb1753842..41db3bac925f0a0857889588f5b26c37d859e589 100644
|
| --- a/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| +++ b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/inspector/InspectorIndexedDBAgent.h"
|
|
|
| #include "bindings/v8/ExceptionState.h"
|
| @@ -60,8 +59,7 @@
|
| #include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| -
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
|
|
| using WebCore::TypeBuilder::Array;
|
| using WebCore::TypeBuilder::IndexedDB::DatabaseWithObjectStores;
|
|
|