Commit 4b5771bee7995d3d606221caa455c044d80434df

agrieve 2019-12-19T18:15:58

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.