mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
fix build bustage
This commit is contained in:
parent
59e3ea7861
commit
2f354a2d51
@ -83,7 +83,7 @@ public:
|
||||
ATSUFontFallbacks *GetATSUFontFallbacks() { return &mFallbacks; }
|
||||
|
||||
gfxAtsuiFont* GetFontAt(PRInt32 i) {
|
||||
return NS_STATIC_CAST(gfxAtsuiFont*, NS_STATIC_CAST(gfxFont*, GetFontList()[i]));
|
||||
return NS_STATIC_CAST(gfxAtsuiFont*, NS_STATIC_CAST(gfxFont*, mFonts[i]));
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user