Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user