[Webkit-unassigned] [Bug 36903] Implement BlobBuilder internal class for BlobBuilder support as defined in FileWriter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 16:35:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36903





--- Comment #16 from Kinuko Yasuda <kinuko at chromium.org>  2010-06-11 16:35:44 PST ---
(In reply to comment #14)
> (From update of attachment 58416 [details])
> Some more comments.
> 
> WebCore/html/Blob.h:44
>  +      static PassRefPtr<Blob> create(const String type, const BlobItemList& items)
> "const String" in create() is inconsistent with "const String&" in Blob().

Fixed.

> WebCore/html/Blob.h:73
>  +      Blob() { }
> WebCore/html/BlobBuilder.h:40
>  +  #include <wtf/Vector.h>
> WebCore/html/BlobBuilder.h:57
>  +      BlobBuilder();

Removed them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list