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

Unified Diff: third_party/WebKit/Source/modules/fetch/Body.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/Body.h
diff --git a/third_party/WebKit/Source/modules/fetch/Body.h b/third_party/WebKit/Source/modules/fetch/Body.h
index 906d033b515d0985b7f00702ede67e5f09388653..74ac9823071a097ff9360c5b7e31cf3deb9f1774 100644
--- a/third_party/WebKit/Source/modules/fetch/Body.h
+++ b/third_party/WebKit/Source/modules/fetch/Body.h
@@ -62,6 +62,7 @@ class MODULES_EXPORT Body : public GarbageCollected<Body>,
// error conditions. This method wraps those up into one call which returns
// an empty ScriptPromise if the consumption may proceed, and a
// ScriptPromise rejected with a TypeError if it ought to be blocked.
+ public:
Mircea Trofin 2017/03/28 02:05:56 Probably safe to ignore for now.
ScriptPromise rejectInvalidConsumption(ScriptState*);
};

Powered by Google App Engine
This is Rietveld 408576698