| Index: third_party/WebKit/Source/modules/fetch/Headers.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Headers.idl b/third_party/WebKit/Source/modules/fetch/Headers.idl
|
| index 3255e905306f86cb661920e9ef776f982ec04492..dd68f2d993261ee6592158ba30c71fc14b227ceb 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Headers.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Headers.idl
|
| @@ -20,7 +20,6 @@ typedef (sequence<sequence<ByteString>> or record<ByteString, ByteString> or Hea
|
| [RaisesException] void append(ByteString name, ByteString value);
|
| [ImplementedAs=remove, RaisesException] void delete(ByteString key);
|
| [RaisesException] ByteString? get(ByteString key);
|
| - [RaisesException, Measure] sequence<ByteString> getAll(ByteString name);
|
| [RaisesException] boolean has(ByteString key);
|
| [RaisesException] void set(ByteString key, ByteString value);
|
| iterable<ByteString, ByteString>;
|
|
|