mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Patching table memory leak. r=karnaze
This commit is contained in:
parent
fd47dbebf6
commit
0c365a1b31
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user