[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.12.0esr-12.5-1] fixup! Bug 1832832 - protect encoder accesses in Java callbacks....

richard (@richard) git at gitlab.torproject.org
Tue Jun 6 19:40:02 UTC 2023



richard pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser


Commits:
968655c2 by Richard Pospesel at 2023-06-06T18:18:14+00:00
fixup! Bug 1832832 - protect encoder accesses in Java callbacks. r=media-playback-reviewers,alwu a=pascalc

- MOZ_GUARDED_BY is just GUARDED_BY in esr 102

- - - - -


1 changed file:

- dom/media/platforms/android/AndroidDataEncoder.h


Changes:

=====================================
dom/media/platforms/android/AndroidDataEncoder.h
=====================================
@@ -56,7 +56,7 @@ class AndroidDataEncoder final : public MediaDataEncoder {
 
    private:
     Mutex mMutex;
-    AndroidDataEncoder* mEncoder MOZ_GUARDED_BY(mMutex);
+    AndroidDataEncoder* mEncoder GUARDED_BY(mMutex);
   };
   friend class CallbacksSupport;
 



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

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230606/08b5224c/attachment.htm>


More information about the tbb-commits mailing list