| Index: Source/core/fileapi/Blob.idl
|
| diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl
|
| index 28fd1aaec37f66d550a2a1f9a6d10639aabd6e41..04d77daa0c2c6f28e8e154391b577781f56f251f 100644
|
| --- a/Source/core/fileapi/Blob.idl
|
| +++ b/Source/core/fileapi/Blob.idl
|
| @@ -38,5 +38,6 @@
|
| readonly attribute DOMString type;
|
|
|
| Blob slice(optional long long start, optional long long end, [TreatNullAs=NullString, TreatUndefinedAs=NullString] optional DOMString contentType);
|
| + [CallWith=ExecutionContext, RuntimeEnabled=FileAPIBlobClose] void close();
|
| };
|
|
|
|
|