| Index: Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.cpp b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| index dd6134bfcf68a085f3ab82d71225084dbea2e2c5..7a8a08c382f9aca3e257ee0fd5aa44a52bfca568 100644
|
| --- a/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| +++ b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| @@ -42,7 +42,6 @@
|
| #include "core/html/VoidCallback.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/inspector/InspectorState.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/filesystem/DOMFileSystem.h"
|
| #include "modules/filesystem/DirectoryEntry.h"
|
| #include "modules/filesystem/DirectoryReader.h"
|
| @@ -57,6 +56,7 @@
|
| #include "modules/filesystem/Metadata.h"
|
| #include "modules/filesystem/MetadataCallback.h"
|
| #include "platform/MIMETypeRegistry.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/ArrayBuffer.h"
|
|
|