Bug 1096328 - Remove nativeOwnership from Bindings.conf, templatize deferred finalization. r=bz.
This commit is contained in:
@@ -81,7 +81,7 @@ ObjectToIdMap::ObjectToIdMap()
|
||||
ObjectToIdMap::~ObjectToIdMap()
|
||||
{
|
||||
if (table_) {
|
||||
dom::AddForDeferredFinalization<Table, nsAutoPtr>(table_);
|
||||
dom::AddForDeferredFinalization<Table>(table_);
|
||||
table_ = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user