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

Unified Diff: Source/core/fileapi/Blob.idl

Issue 157363003: Implement Blob.close(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Avoid warning from PHP's fread() on empty reads Created 6 years, 10 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
Index: Source/core/fileapi/Blob.idl
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl
index 28fd1aaec37f66d550a2a1f9a6d10639aabd6e41..2ec7d6c16d7daac256a4cf26305ed366092ef78c 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] void close();
kinuko 2014/02/12 06:11:20 Depending on the spec and intent-to-ship status, p
sof 2014/02/13 09:59:57 Alright, done.
};

Powered by Google App Engine
This is Rietveld 408576698