Bug 1332577 (part 7) - Rename mozilla_get_pseudo_stack() as profiler_get_pseudo_stack(). r=mstange.

This makes it consistent with other profiler functions.
This commit is contained in:
Nicholas Nethercote
2017-01-20 15:07:05 +11:00
parent 2e7f74eb2a
commit c1b079c8b7
6 changed files with 8 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ ThreadStackHelper::Shutdown()
ThreadStackHelper::ThreadStackHelper()
: mStackToFill(nullptr)
#ifdef MOZ_THREADSTACKHELPER_PSEUDO
, mPseudoStack(mozilla_get_pseudo_stack())
, mPseudoStack(profiler_get_pseudo_stack())
#ifdef MOZ_THREADSTACKHELPER_NATIVE
, mContextToFill(nullptr)
#endif