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


Commits:
fe5d9712 by hackademix at 2025-09-16T07:00:40+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/mullvad-browser/-/commit/fe5d97125ad0b86d57a10aca06de83ac658a5ec9

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


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to