Bug 851611 - Part 2: Update profiler calls. r=jrmuizel

This commit is contained in:
Benoit Girard
2013-03-16 00:47:02 -04:00
parent 4677ec0cdf
commit 4146042cfd
65 changed files with 145 additions and 135 deletions

View File

@@ -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;