[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.14.0esr-14.5-1] fixup! Bug 1913773 - Ensure mCurrentShmem is valid. r=aosmond



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx