Chromium Code Reviews| Index: webkit/blob/blob_storage_controller.cc |
| =================================================================== |
| --- webkit/blob/blob_storage_controller.cc (revision 138789) |
| +++ webkit/blob/blob_storage_controller.cc (working copy) |
| @@ -68,7 +68,6 @@ |
| // All the Blob items in the passing blob data are resolved and expanded into |
| // a set of Data and File items. |
| - DCHECK(item.length > 0); |
| switch (item.type) { |
| case BlobData::TYPE_DATA: |
| // WebBlobData does not allow partial data. |