[webkit-reviews] review canceled: [Bug 193487] [WHLSL] Add the statement behavior checker : [Attachment 359564] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 18:08:34 PST 2019


Myles C. Maxfield <mmaxfield at apple.com> has canceled Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 193487: [WHLSL] Add the statement behavior checker
https://bugs.webkit.org/show_bug.cgi?id=193487

Attachment 359564: Patch

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




--- Comment #9 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 359564
  --> https://bugs.webkit.org/attachment.cgi?id=359564
Patch

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

> Source/WebCore/Modules/webgpu/WHLSL/WHLSLStatementBehaviorChecker.cpp:112
> +	   m_stack.append(OptionSet<Behavior>::fromRaw(initialization->toRaw()
| b.toRaw()));

Whoops, this should be m_stack.append(b);


More information about the webkit-reviews mailing list