| Index: third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BUILD.gn b/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| index 7d8d9965d08faf617afa5004f186dc745cb54efa..d7b71ca823c391d0775ecea126597f0856582c4b 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| @@ -43,4 +43,12 @@ blink_modules_sources("fetch") {
|
| "Response.cpp",
|
| "Response.h",
|
| ]
|
| +
|
| + if (is_win && is_component_build) {
|
| + # Body.cpp exports a class (MODULES_EXPORT) that inherits from
|
| + # PairIterable<String, String> that is also used as base class by an
|
| + # imported (CORE_EXPORT) class and that confuses the Windows
|
| + # linker/compiler. https://crbug.com/739340
|
| + jumbo_excluded_sources = [ "Body.cpp" ]
|
| + }
|
| }
|
|
|