[webkit-reviews] review granted: [Bug 238876] Drop unnecessary ExceptionOr<> return types : [Attachment 456832] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 11:53:06 PDT 2022


Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 238876: Drop unnecessary ExceptionOr<> return types
https://bugs.webkit.org/show_bug.cgi?id=238876

Attachment 456832: Patch

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




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

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

> Source/WebCore/html/CustomPaintCanvas.cpp:59
>	   return { RefPtr<PaintRenderingContext2D> {
&downcast<PaintRenderingContext2D>(*m_context) } };

This can be cleaned up too


More information about the webkit-reviews mailing list