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

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



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


Commits:
cc1bd3d6 by Richard Pospesel at 2023-06-06T17:51:08+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/cc1bd3d61c87577c398b0454ac770f434a4807e6

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cc1bd3d61c87577c398b0454ac770f434a4807e6
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/tor-commits/attachments/20230606/4de553a2/attachment.htm>


More information about the tor-commits mailing list