[Webkit-unassigned] [Bug 238381] Fix runtime expose scope check for shadow realms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 8 09:49:26 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238381
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
Attachment #455798|review? |review+
Flags| |
--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 455798
--> https://bugs.webkit.org/attachment.cgi?id=455798
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=455798&action=review
> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:4010
> + return "([&] { auto* base = $globalObjectPtr; auto obj = jsDynamicCast<$wrapperType*>(base->vm(), base); return obj && $sideCondition; })()";
WebKit coding style uses words rather than non-word abbreviations. So this would be "object" rather than "obj". Same in the many other cases below and above.
--
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/20220408/28ac96d8/attachment.htm>
More information about the webkit-unassigned
mailing list