8ed34bf203
On the Mac platform, OffScreenWebContentsView uses Automatic Reference Counting (ARC) to handle the lifecycle of offScreenView_. However, this private member variable is not initialized and its value is undefined. In some cases, it is initialized to a garbage value, which may cause ARC to release the value incorrectly, resulting in a crash. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Jinli Wu <wujinli@bytedance.com> |
||
---|---|---|
.. | ||
osr_host_display_client.cc | ||
osr_host_display_client.h | ||
osr_host_display_client_mac.mm | ||
osr_render_widget_host_view.cc | ||
osr_render_widget_host_view.h | ||
osr_video_consumer.cc | ||
osr_video_consumer.h | ||
osr_view_proxy.cc | ||
osr_view_proxy.h | ||
osr_web_contents_view.cc | ||
osr_web_contents_view.h | ||
osr_web_contents_view_mac.mm |