Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: third_party/WebKit/Source/modules/fetch/Response.h

Issue 2780693003: [wasm] response-based compile APIs (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698