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

Unified Diff: modules/fetch/Body.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (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
« no previous file with comments | « modules/encryptedmedia/MediaKeys.idl ('k') | modules/fetch/Headers.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/fetch/Body.idl
diff --git a/modules/fetch/Body.idl b/modules/fetch/Body.idl
index 25cca48ef0e2ff8c19ca5085341d88b499e4ec73..f943545d5930a24b2fdbf1f6a9190595b36b8d03 100644
--- a/modules/fetch/Body.idl
+++ b/modules/fetch/Body.idl
@@ -7,9 +7,8 @@ typedef object JSON;
[
Exposed=ServiceWorker,
NoInterfaceObject,
- ActiveDOMObject,
+ DependentLifetime,
GarbageCollected,
- TypeChecking=Interface,
] interface Body {
readonly attribute boolean bodyUsed;
[CallWith=ScriptState] Promise<ArrayBuffer> arrayBuffer();
« no previous file with comments | « modules/encryptedmedia/MediaKeys.idl ('k') | modules/fetch/Headers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698