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

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

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace [Optional] by optional Created 7 years, 8 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
« no previous file with comments | « Source/core/dom/MutationObserver.idl ('k') | Source/core/html/DOMFormData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/Blob.idl
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl
index 99001efbab6b5373b1a51e0a04539df64d876f94..d8ef9655e4aa771e9c1b961372ebaf1267e841ac 100644
--- a/Source/core/fileapi/Blob.idl
+++ b/Source/core/fileapi/Blob.idl
@@ -30,7 +30,8 @@
[
CustomToJSObject,
- CustomConstructor
+ CustomConstructor,
+ CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options)
] interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
« no previous file with comments | « Source/core/dom/MutationObserver.idl ('k') | Source/core/html/DOMFormData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698