 Chromium Code Reviews
 Chromium Code Reviews Issue 14244017:
  Make length property return useful values for DOM bindings functions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 14244017:
  Make length property return useful values for DOM bindings functions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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; |