Bug 1179451 - Part 3: Use .get() to assign nsRefPtrs to raw pointers. r=froydnj
This commit is contained in:
@@ -41,7 +41,7 @@ PluginScriptableObjectChild::IdentifierTable PluginScriptableObjectChild::sIdent
|
||||
/* static */ PluginScriptableObjectChild::StoredIdentifier*
|
||||
PluginScriptableObjectChild::HashIdentifier(const nsCString& aIdentifier)
|
||||
{
|
||||
StoredIdentifier* stored = sIdentifiers.Get(aIdentifier);
|
||||
StoredIdentifier* stored = sIdentifiers.Get(aIdentifier).get();
|
||||
if (stored) {
|
||||
return stored;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user