Make 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 Review-Url: https://codereview.chromium.org/2280893002 Cr-Commit-Position: refs/heads/master@{#414688}
Showing
Please register or sign in to comment