| Index: third_party/WebKit/Source/core/fileapi/Blob.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/Blob.idl b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| index d4799ada38f7d89bc79a31b8935114732fa6334a..40f7e0b40122b6d693a54357da89dbae481244da 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.idl
|
| @@ -42,7 +42,6 @@ typedef (ArrayBuffer or ArrayBufferView or Blob or USVString) BlobPart;
|
| [RuntimeEnabled=FileAPIBlobClose] readonly attribute boolean isClosed;
|
|
|
| // TODO(jsbell): start and end arguments should be [Clamp]
|
| - // TODO(foolip): contentType should not be nullable.
|
| - [RaisesException] Blob slice(optional long long start, optional long long end, optional DOMString? contentType);
|
| + [RaisesException] Blob slice(optional long long start, optional long long end, optional DOMString contentType);
|
| [RaisesException, CallWith=ExecutionContext, RuntimeEnabled=FileAPIBlobClose] void close();
|
| };
|
|
|