| Index: third_party/WebKit/Source/modules/fetch/Response.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
|
| index 291c6fb5e5278e948153da1a75130d0eefeb3b03..993544a8d28ab3ee2c68b85000260bfe6a9f32ea 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -25,6 +25,11 @@ class ResponseInit;
|
| class ScriptState;
|
| class WebServiceWorkerResponse;
|
|
|
| +class MODULES_EXPORT WasmResponseOverloads {
|
| + public:
|
| + static bool CompileOverload(const v8::FunctionCallbackInfo<v8::Value>&);
|
| +};
|
| +
|
| class MODULES_EXPORT Response final : public Body {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(Response);
|
|
|