Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan

This commit is contained in:
Nathan Froyd
2012-10-29 19:32:10 -04:00
parent dd3c64d914
commit cb4c9c2a0d
64 changed files with 646 additions and 319 deletions

View File

@@ -1054,7 +1054,7 @@ nsresult
PluginModuleParent::NP_GetValue(void *future, NPPVariable aVariable,
void *aValue, NPError* error)
{
PR_LOG(gPluginLog, PR_LOG_WARNING, ("%s Not implemented, requested variable %i", __FUNCTION__,
PR_LOG(GetPluginLog(), PR_LOG_WARNING, ("%s Not implemented, requested variable %i", __FUNCTION__,
(int) aVariable));
//TODO: implement this correctly