зеркало из https://github.com/mozilla/pjs.git
Bug 395689: Stop leaks of xslt patterns. Patch by peterv. r/sr/a=me
This commit is contained in:
Родитель
285ed95752
Коммит
fcf631a599
|
@ -48,6 +48,15 @@ class ProcessorState;
|
|||
class txPattern
|
||||
{
|
||||
public:
|
||||
txPattern()
|
||||
{
|
||||
MOZ_COUNT_CTOR(txPattern);
|
||||
}
|
||||
virtual ~txPattern()
|
||||
{
|
||||
MOZ_COUNT_DTOR(txPattern);
|
||||
}
|
||||
|
||||
/*
|
||||
* Determines whether this Pattern matches the given node.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче