[Webkit-unassigned] [Bug 213370] Failure the case of "null type Blob slice" in wpt/FileAPI/blob/Blob-slice.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 21 16:51:50 PDT 2020


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

--- Comment #6 from Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com> ---
(In reply to Darin Adler from comment #5)
> Comment on attachment 402426 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=402426&action=review
> 
> > Source/WebCore/fileapi/Blob.idl:45
> > +    Blob slice(optional long long start = 0,
> > +               optional long long end = 0x7FFFFFFFFFFFFFFF,
> > +               optional DOMString contentType = "");
> 
> My preferences would be to not format like this -- in WebKit we normally
> don’t intent to line up with open parenthesis and it seems we could leave
> this as a long line. That would have the advantage of having an easy to read
> diff. But maybe this is just pasted from the specification text?


Yes. Certainly, I tweaked a indent a bit but I copied from the spec basically.
https://w3c.github.io/FileAPI/#blob-section

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200621/290f8775/attachment.htm>


More information about the webkit-unassigned mailing list