| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index c006ba7274ccaf43cd265830d0bde417e4ac719a..5c31accea2c52247057f33bf49cafb5f5fe0bbb9 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "config.h"
|
| #include "core/inspector/InspectorFrontendHost.h"
|
|
|
| -#include "DOMFileSystem.h"
|
| #include "DOMWrapperWorld.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| #include "ScriptFunctionCall.h"
|
| @@ -52,6 +51,7 @@
|
| #include "core/platform/network/ResourceResponse.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderTheme.h"
|
| +#include "modules/filesystem/DOMFileSystem.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
| using namespace std;
|
|
|