Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
This commit is contained in:
@@ -643,6 +643,12 @@ PluginScriptableObjectParent::DropNPObject()
|
||||
unused << SendUnprotect();
|
||||
}
|
||||
|
||||
void
|
||||
PluginScriptableObjectParent::ActorDestroy(ActorDestroyReason aWhy)
|
||||
{
|
||||
// Implement me! Bug 1005163
|
||||
}
|
||||
|
||||
bool
|
||||
PluginScriptableObjectParent::AnswerHasMethod(PPluginIdentifierParent* aId,
|
||||
bool* aHasMethod)
|
||||
|
||||
Reference in New Issue
Block a user