DescriptionMake some ScriptValue references const
The functions FontFaceSet::forEach() and Headers::forEach() are called
from the bindings layer, and by having non-const reference arguments, they
somewhat restrict what we can do in the bindings layer.
Since there is no reason for the arguments to be non-const references,
just make them const.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180719
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|