bindings: Relax return type of ScriptWrappable::Wrap to v8::Value
As a preparation of https://crrev.com/c/1996111 , relaxes the return type of ScriptWrappable::Wrap from v8::Local<v8::Object> to v8::Local<v8::Value> so that it can return v8::Null in addition to v8::Object. Change-Id: I453c405d62f4deef8bcf3bddcc59aa80a56c46d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032552Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#737701}
Showing
Please register or sign in to comment