
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/fe5d... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fe5d... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)