commit | 85cb2f71a50dd7da960d31cd599df1cd9d6487b9 | [log] [tgz] |
---|---|---|
author | Stuart Langley <slangley@chromium.org> | Sat Dec 02 15:26:15 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Dec 02 15:26:15 2017 |
tree | 6946e42481f70204ed0c6fb65afdb1d900d77754 | |
parent | 5ae6c5cdd3e0c61f06dcd2ff2dc73f81fe44c71e [diff] |
Remove WTF::WeakPtr entirely and replace it with base::WeakPtr. This CL deletes platform/wtf/WeakPtr.h and replaces and code that was still using it in WebKit/ with base::WeakPtr(Factory). In some cases the file was included but was not needed, so we just delete the header. Bug: 789697 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I60409333fb2cc49be475521b51b65c76824811d9 Reviewed-on: https://chromium-review.googlesource.com/798810 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#521213}
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 .