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

[tor-commits] [tor-browser/esr24] Bug 1018234 - Reference count fontFaces. r=jfkthame, a=sledru



commit 1d07beef613496ed0768603fc401c4b1444400e6
Author: James Kitchener <jkitch.bug@xxxxxxxxx>
Date:   Wed Jun 25 10:12:31 2014 +0100

    Bug 1018234 - Reference count fontFaces. r=jfkthame, a=sledru
---
 gfx/thebes/gfxDWriteFontList.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfx/thebes/gfxDWriteFontList.cpp b/gfx/thebes/gfxDWriteFontList.cpp
index bef515f..8df648f 100644
--- a/gfx/thebes/gfxDWriteFontList.cpp
+++ b/gfx/thebes/gfxDWriteFontList.cpp
@@ -350,7 +350,7 @@ public:
     }
 
 private:
-    IDWriteFontFace *mFontFace;
+    nsRefPtr<IDWriteFontFace> mFontFace;
     void            *mContext;
 };
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits