зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233208: Disable IOInterposer on Beta and Release; r=froydnj
--HG-- extra : rebase_source : 9b82f5eaf56f5952d85488a39b872643e684190f
This commit is contained in:
Родитель
2e76be7485
Коммит
ce7e5fad6d
|
@ -253,14 +253,14 @@ class IOInterposerInit
|
|||
public:
|
||||
IOInterposerInit()
|
||||
{
|
||||
#if defined(MOZ_ENABLE_PROFILER_SPS)
|
||||
#if !defined(RELEASE_BUILD)
|
||||
IOInterposer::Init();
|
||||
#endif
|
||||
}
|
||||
|
||||
~IOInterposerInit()
|
||||
{
|
||||
#if defined(MOZ_ENABLE_PROFILER_SPS)
|
||||
#if !defined(RELEASE_BUILD)
|
||||
IOInterposer::Clear();
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче