tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 2db6e1476b5d400049a38a430c46492b4fb0eb19
parent 2289e871c992056123c70a4339e541b9e07d3003
Author: Bob Owen <bobowencode@gmail.com>
Date:   Fri, 21 Nov 2025 15:22:46 +0000

Bug 2001463 - Fix use of os_str_display in moz2d_renderer.rs. r=layout-reviewers,tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D273549

Diffstat:
Mgfx/webrender_bindings/src/moz2d_renderer.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfx/webrender_bindings/src/moz2d_renderer.rs b/gfx/webrender_bindings/src/moz2d_renderer.rs @@ -797,7 +797,7 @@ impl Moz2dBlobImageHandler { let annotation_string = format!( "Error: {:x} loading: {}", unsafe { GetLastError() }, - annotation_path.display() + annotation_path.to_string_lossy() ); unsafe { gfx_wr_set_crash_annotation(