Description[bindings] [devtools] Migrate the usage of ScriptValue.toJSONValue() to ScriptValue::to<JSONValuePtr>()
Now that the CL [1] added method, ScriptValue::to<T>, supports conversion of values using
the NativeValueTraits<T>, we should replace the usages of toJSONValue with the above API.
R=haraken@chromium.org, yurys@chromium.org
[1] https://codereview.chromium.org/1009503003
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192499
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review comments addressed! #
Total comments: 2
Patch Set 3 : Patch for landing #Messages
Total messages: 17 (3 generated)
|