[Webkit-unassigned] [Bug 226369] REGRESSION(r276882): Style not invalidated correctly for media queries in shadow trees that share style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 09:21:35 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226369

--- Comment #5 from Antti Koivisto <koivisto at iki.fi> ---
> As these scopes are WeakPtrs, what is guaranteeing they are alive? Do they
> really have to be WeakPtrs? Given how short lived this Vector is, could they
> Ref<>s? Should you be null checking them?

Logically they are guaranteed to be non-null. I'm just using WeakPtrs defensively here.

-- 
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/20210601/017f14e6/attachment.htm>


More information about the webkit-unassigned mailing list