[webkit-reviews] review granted: [Bug 225988] Introduce SQLiteStatement::columnBlobView() : [Attachment 429103] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 16:39:17 PDT 2021


Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 225988: Introduce SQLiteStatement::columnBlobView()
https://bugs.webkit.org/show_bug.cgi?id=225988

Attachment 429103: Patch

https://bugs.webkit.org/attachment.cgi?id=429103&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 429103
  --> https://bugs.webkit.org/attachment.cgi?id=429103
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=429103&action=review

> Source/WebCore/platform/sql/SQLiteStatement.h:75
> +    class BlobView {

We really need to start using std::span for things like this.


More information about the webkit-reviews mailing list