Description[bindings] Introduce ScriptValue.to<T> to convert to native values.
The IndexedDB utilizes couple of methods to translate ScriptValue to their respective native counterparts.
This warrants addition of ScriptValue.to<T> template method to do the job using the NativeValueTraits<T>.
R=haraken@chromium.org, jsbell@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191901
Patch Set 1 #
Total comments: 2
Patch Set 2 : Adding new file NativeValueTraits.h #
Total comments: 6
Patch Set 3 : Patch for landing #
Messages
Total messages: 27 (5 generated)
|