| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 642c4557ae6bbc2ade267e2b93549cce6afbf327..8967319faa1e77408fd26ddb389feed3534ebb40 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -38,16 +38,16 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/events/EventContext.h"
|
| -#include "core/inspector/ConsoleAPITypes.h"
|
| #include "core/frame/Frame.h"
|
| +#include "core/inspector/ConsoleAPITypes.h"
|
| #include "core/page/Page.h"
|
| -#include "core/platform/network/FormData.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderImage.h"
|
| #include "core/storage/StorageArea.h"
|
| #include "modules/websockets/WebSocketFrame.h"
|
| #include "modules/websockets/WebSocketHandshakeRequest.h"
|
| #include "modules/websockets/WebSocketHandshakeResponse.h"
|
| +#include "platform/network/FormData.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|