[webkit-reviews] review granted: [Bug 228008] Add support for MediaError.message : [Attachment 433634] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 15 17:32:20 PDT 2021
Alex Christensen <achristensen at apple.com> has granted review:
Bug 228008: Add support for MediaError.message
https://bugs.webkit.org/show_bug.cgi?id=228008
Attachment 433634: Patch
https://bugs.webkit.org/attachment.cgi?id=433634&action=review
--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 433634
--> https://bugs.webkit.org/attachment.cgi?id=433634
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=433634&action=review
> Source/WebCore/html/MediaError.h:46
> + static Ref<MediaError> create(Code code, const String& message)
This could at least be an r-value then.
More information about the webkit-reviews
mailing list