commit | 543a94e73eec0ac981122c35a05a00feb12c1b40 | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <rakina@chromium.org> | Tue Jul 16 05:24:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 05:24:49 2024 |
tree | 93ff95a590c7e68a8d7cc63f0438c9ca5a6415f2 | |
parent | e3824fd671b6d0262635952bcf4fd0e0e4bd1af0 [diff] |
Return v8::Undefined instead of empty value in DOMWindow::Wrap() Returning an empty value will result in crashes later on, so return an undefined value instead. Bug: 41494798 Change-Id: I87bc87f8fd1e9c2f901895c6b701586b4bc9e0d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5706212 Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1327960}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.