Index: third_party/WebKit/Source/modules/fetch/Body.idl |
diff --git a/third_party/WebKit/Source/modules/fetch/Body.idl b/third_party/WebKit/Source/modules/fetch/Body.idl |
index f943545d5930a24b2fdbf1f6a9190595b36b8d03..523a2dbb410faa62fd249b9ab9bc16ccdf1c354a 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Body.idl |
+++ b/third_party/WebKit/Source/modules/fetch/Body.idl |
@@ -9,6 +9,7 @@ typedef object JSON; |
NoInterfaceObject, |
DependentLifetime, |
GarbageCollected, |
+ RequiresFinalizer, |
] interface Body { |
readonly attribute boolean bodyUsed; |
[CallWith=ScriptState] Promise<ArrayBuffer> arrayBuffer(); |