Not doing so causes a hit on the main thread while busy building the isolated tree.
<rdar://problem/109162963>
Created attachment 466308 [details] Patch
Comment on attachment 466308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466308&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:177 > + setProperty(AXPropertyName::RelativeFrame, IntRect { object.relativeFrame() }); We use `enclosingIntRect(...)` when caching the paint rects, so let's use that over IntRect { ... } here too.
Committed 263938@main (a10c2f6a130d): <https://commits.webkit.org/263938@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466308 [details].