зеркало из https://github.com/mozilla/pjs.git
More XBL goodness.
This commit is contained in:
Родитель
482077126f
Коммит
321e5f060e
|
@ -354,7 +354,7 @@ NS_IMETHODIMP
|
|||
nsXBLService::FlushBindingDocuments()
|
||||
{
|
||||
delete mBindingTable;
|
||||
mBindingTable = nsnull;
|
||||
mBindingTable = new nsSupportsHashtable();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -354,7 +354,7 @@ NS_IMETHODIMP
|
|||
nsXBLService::FlushBindingDocuments()
|
||||
{
|
||||
delete mBindingTable;
|
||||
mBindingTable = nsnull;
|
||||
mBindingTable = new nsSupportsHashtable();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче