Closed martinpotter closed 1 month ago
The code currently uses ax::mojom::Role for start and end range instead of ax::mojom::State which results in bit-shifting 1 by a number larger than the 32-bit state can represent.
ax::mojom::Role
ax::mojom::State
Please submit PRs at https://bitbucket.org/chromiumembedded/cef/pull-requests/
The code currently uses
ax::mojom::Role
for start and end range instead ofax::mojom::State
which results in bit-shifting 1 by a number larger than the 32-bit state can represent.