| Index: third_party/WebKit/Source/modules/fetch/Request.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.cpp b/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| index aa789fd48580d334294a472e3b1e3493183a1c59..db0e5496be2e3d18425f711e07e87570698683e8 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "modules/fetch/Request.h"
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| -#include "bindings/core/v8/V8PrivateProperty.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| @@ -14,6 +13,7 @@
|
| #include "modules/fetch/RequestInit.h"
|
| #include "platform/HTTPNames.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "platform/bindings/V8PrivateProperty.h"
|
| #include "platform/loader/fetch/FetchUtils.h"
|
| #include "platform/loader/fetch/ResourceLoaderOptions.h"
|
| #include "platform/loader/fetch/ResourceRequest.h"
|
|
|