Patching table memory leak. r=karnaze

This commit is contained in:
hyatt%netscape.com 2000-03-24 08:29:21 +00:00
parent fd47dbebf6
commit 0c365a1b31
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class nsISizeOfHandler;
class nsITableLayoutStrategy
{
public:
virtual ~nsITableLayoutStrategy() {};
/** call once every time any table thing changes (content, structure, or style)
* @param aMaxElementSize [OUT] if not null, the max element size is computed and returned in this param

View File

@ -37,6 +37,7 @@ class nsISizeOfHandler;
class nsITableLayoutStrategy
{
public:
virtual ~nsITableLayoutStrategy() {};
/** call once every time any table thing changes (content, structure, or style)
* @param aMaxElementSize [OUT] if not null, the max element size is computed and returned in this param