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:
Josh Aas
2014-05-02 13:44:13 -05:00
parent 13d7a13161
commit 0bfbc258e7
40 changed files with 181 additions and 2 deletions

View File

@@ -643,6 +643,12 @@ PluginScriptableObjectParent::DropNPObject()
unused << SendUnprotect();
}
void
PluginScriptableObjectParent::ActorDestroy(ActorDestroyReason aWhy)
{
// Implement me! Bug 1005163
}
bool
PluginScriptableObjectParent::AnswerHasMethod(PPluginIdentifierParent* aId,
bool* aHasMethod)