DescriptionMake some ScriptValue references const in modules/indexeddb
These functions are called from the bindings layer, so the non-const
references bind to its local variables, and thus limit what we can do
in the generated code; the parameter value must be an lvalue.
There was no obvious reason why these references should be non-const.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180883
Patch Set 1 #
Total comments: 2
Messages
Total messages: 15 (0 generated)
|