0

Update class verification docs to call out WebView's glue helpers.

Change-Id: Ibb6b6aa5cfa792a132551b9bc3600088d0cf01c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198381
Commit-Queue: Peter Conn <peconn@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411628}
This commit is contained in:
Peter Conn
2025-01-27 08:00:51 -08:00
committed by Chromium LUCI CQ
parent 0de3b513d4
commit 487fcf45bc

@ -8,6 +8,9 @@ While class verification failures still exist, our Java optimizer, R8, has
solved this problem for us. Developers should not have to worry about this
problem unless there is a bug in R8. See [this bug](http://b/138781768) for where
they implemented this solution for us.
The one exception is the `GlueApiHelperFor...` classes in
`//android_webview/glue`, R8 is not yet able to fix the issue for system APIs
(see [this bug](https://b/254522150)).
## What's this all about?