ma1 pushed to branch tor-browser-128.14.0esr-14.5-1 at The Tor Project / 
Applications / Tor Browser


Commits:
fdb40486 by hackademix at 2025-09-16T01:30:20+02:00
fixup! Bug 1913773 - Ensure mCurrentShmem is valid. r=aosmond

Correct capitalization of "memory" for SharedMemoryBasic.

- - - - -


1 changed file:

- gfx/layers/ipc/CanvasTranslator.h


Changes:

=====================================
gfx/layers/ipc/CanvasTranslator.h
=====================================
@@ -364,7 +364,7 @@ class CanvasTranslator final : public gfx::InlineTranslator,
       if (!shmem) {
         return {nullptr, 0};
       }
-      return {static_cast<char*>(shmem->Memory()), Size()};
+      return {static_cast<char*>(shmem->memory()), Size()};
     }
   };
   std::queue<CanvasShmem> mCanvasShmems;



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fdb404861a1e72967ea74087a4fbe1dad85094da

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fdb404861a1e72967ea74087a4fbe1dad85094da
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- tbb-commits@lists.torproject.org
To unsubscribe send an email to tbb-commits-le...@lists.torproject.org

Reply via email to