summaryrefslogtreecommitdiff
path: root/Meta/Screenshots
diff options
context:
space:
mode:
authorMacDue <macdue@dueutil.tech>2023-01-29 19:12:00 +0100
committerLinus Groh <mail@linusgroh.de>2023-01-28 22:09:18 +0000
commit890b4d79800f61450e903f1b6408431243a94793 (patch)
tree3c882b71a7eeb89655272340fefcdcec6c9deaf5 /Meta/Screenshots
parentf23eba1ba806421703e05d3ce6ea456e7788e3ae (diff)
downloadserenity-890b4d79800f61450e903f1b6408431243a94793.zip
LibWeb: Replace ARIA role static FlyStrings with an enum
This replaces the FlyStrings for ARIA roles that were constructed in a [[gnu::constructor]] with a single enum. I came across this as the DOM inspector was crashing due to a null FlyString for an ARIA role. After fixing that, I was confused as to why these roles were not an enum. Looking at the spec there's a fixed list of roles and switching from references to static strings to an enum was pretty much an exercise in find and replace :). No functional changes (outside of fixing the mentioned crash).
Diffstat (limited to 'Meta/Screenshots')
0 files changed, 0 insertions, 0 deletions