| Index: Source/modules/filesystem/DirectoryEntrySync.cpp
|
| diff --git a/Source/modules/filesystem/DirectoryEntrySync.cpp b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| index 552ca8cbbd0fd4410caf0084c1cdcbc1368e172e..3ba277c9fa9e1f21fee0ca9071fe5f7cfb0f523c 100644
|
| --- a/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| +++ b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "modules/filesystem/DirectoryEntrySync.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/filesystem/DirectoryReaderSync.h"
|
| #include "modules/filesystem/FileEntrySync.h"
|
|
|