DescriptionMake toV8(ScriptValue) never return an empty handle
I'm making toV8() never return an empty handle.
This CL replaces the return value of toV8(ScriptValue) with v8::Undefined,
but it won't change any web-exposed behavior because V8 interprets
a returned empty handle as v8::Undefined().
BUG=625512
Committed: https://crrev.com/5a94e63aa33df1b6a6e57d48c0abebe62486a30f
Cr-Commit-Position: refs/heads/master@{#414688}
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|