| Index: Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorIndexedDBAgent.cpp b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| index 27195b4b3c8bed724caa08a0e8d127210e2a51c0..aea48864400ff7326e5b54509bb6cc0d31e34ad9 100644
|
| --- a/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| +++ b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| @@ -42,7 +42,6 @@
|
| #include "core/inspector/InspectorPageAgent.h"
|
| #include "core/inspector/InspectorState.h"
|
| #include "core/page/Frame.h"
|
| -#include "core/platform/JSONValues.h"
|
| #include "modules/indexeddb/DOMWindowIndexedDatabase.h"
|
| #include "modules/indexeddb/IDBCursor.h"
|
| #include "modules/indexeddb/IDBCursorWithValue.h"
|
| @@ -58,6 +57,7 @@
|
| #include "modules/indexeddb/IDBPendingTransactionMonitor.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| +#include "platform/JSONValues.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|