Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
This commit is contained in:
@@ -859,7 +859,7 @@ PluginModuleParent::NPP_NewStream(NPP instance, NPMIMEType type,
|
||||
NPStream* stream, NPBool seekable,
|
||||
uint16_t* stype)
|
||||
{
|
||||
SAMPLE_LABEL("PluginModuleParent", "NPP_NewStream");
|
||||
PROFILER_LABEL("PluginModuleParent", "NPP_NewStream");
|
||||
PluginInstanceParent* i = InstCast(instance);
|
||||
if (!i)
|
||||
return NPERR_GENERIC_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user