Commit 4b5771be authored by agrieve's avatar agrieve Committed by Eugene Kliuchnikov
Browse files

Add missing "const" to a couple of kConstants (#780)

These showed up in a Chromium audit:
https://bugs.chromium.org/p/chromium/issues/detail?id=747064#c8

Although already effectively const, adding "const" causes the symbols to
be moved into the read-only section of the binary.
parent c435f066
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment