| Index: Source/modules/fetch/RequestInit.cpp
|
| diff --git a/Source/modules/serviceworkers/RequestInit.cpp b/Source/modules/fetch/RequestInit.cpp
|
| similarity index 98%
|
| rename from Source/modules/serviceworkers/RequestInit.cpp
|
| rename to Source/modules/fetch/RequestInit.cpp
|
| index 191742fd65540c83d98eedcf65bd4c292af29be8..c12bb05ca85a6e899dee8722f7f330ac9387bbe1 100644
|
| --- a/Source/modules/serviceworkers/RequestInit.cpp
|
| +++ b/Source/modules/fetch/RequestInit.cpp
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "RequestInit.h"
|
| +#include "modules/fetch/RequestInit.h"
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "bindings/core/v8/V8ArrayBuffer.h"
|
| @@ -12,7 +12,7 @@
|
| #include "bindings/core/v8/V8Blob.h"
|
| #include "bindings/core/v8/V8FormData.h"
|
| #include "core/fileapi/Blob.h"
|
| -#include "modules/serviceworkers/Headers.h"
|
| +#include "modules/fetch/Headers.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "platform/network/FormData.h"
|
|
|
|
|