commit | 19cdae86d6482445ed480eeb9af72b38d1e51c81 | [log] [tgz] |
---|---|---|
author | Dan Elphick <[email protected]> | Tue Dec 11 16:03:51 2018 |
committer | Commit Bot <[email protected]> | Tue Dec 11 16:03:51 2018 |
tree | 17696d3414ca00cb015d458eeddbd326b270b335 | |
parent | 95b2ab89102f1b6aa1accf098304c8ef5a2d3924 [diff] |
[cleanup] Fix many deprecated v8 calls in extensions/renderer Replaces many deprecated uses of v8 functions Object::Get/Set, Value::ToString, in extensions/renderer with versions that return Maybe/MaybeLocals or by using casts if there are already checks that ensure the cast will always succeed. Bug: v8:7279, v8:7283, v8:8562, chromium:913942 Change-Id: I4aeec76251bd11dfc274156d8d00586e04e9a99e Reviewed-on: https://chromium-review.googlesource.com/c/1353985 Commit-Queue: Dan Elphick <[email protected]> Reviewed-by: Devlin <[email protected]> Cr-Commit-Position: refs/heads/master@{#615543}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .