mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
less inlining, for UNIX and Linux builds
This commit is contained in:
parent
3988735e4a
commit
d80cb849ee
@ -272,6 +272,12 @@ nsTableCol::CreateFrame(nsIPresContext* aPresContext,
|
||||
return rv;
|
||||
}
|
||||
|
||||
void nsTableCol::ResetColumns ()
|
||||
{
|
||||
if (nsnull != mColGroup)
|
||||
mColGroup->ResetColumns ();
|
||||
}
|
||||
|
||||
/* ---------- Global Functions ---------- */
|
||||
|
||||
nsresult
|
||||
|
@ -150,12 +150,6 @@ inline void nsTableCol::SetRepeat (int aRepeat)
|
||||
ResetColumns ();
|
||||
}
|
||||
|
||||
inline void nsTableCol::ResetColumns ()
|
||||
{
|
||||
if (nsnull != mColGroup)
|
||||
mColGroup->ResetColumns ();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user