diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 17:17:40 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 17:17:40 +0200 |
commit | 361748956bfcd31ca0edb5e2c845fb8c043945ba (patch) | |
tree | 5224283a94e2632de4dccad21b30db26866983ff /gfx/thebes/gfxPlatformFontList.h | |
parent | 149b09027c3948bcea24a082615ac63e90d53ddb (diff) | |
download | uxp-361748956bfcd31ca0edb5e2c845fb8c043945ba.tar.gz |
Fix build bustage
Fix nsAtom->nsIAtom and FindAndAddFamilies()
Diffstat (limited to 'gfx/thebes/gfxPlatformFontList.h')
-rw-r--r-- | gfx/thebes/gfxPlatformFontList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPlatformFontList.h b/gfx/thebes/gfxPlatformFontList.h index c3795a072a..d77c120593 100644 --- a/gfx/thebes/gfxPlatformFontList.h +++ b/gfx/thebes/gfxPlatformFontList.h @@ -386,7 +386,7 @@ protected: void GetFontFamiliesFromGenericFamilies( nsTArray<nsString>& aGenericFamilies, - nsAtom* aLangGroup, + nsIAtom* aLangGroup, nsTArray<RefPtr<gfxFontFamily>>* aFontFamilies); virtual nsresult InitFontListForPlatform() = 0; |