Bug 1474547 - Add AutoProfilerLabel to place where we load JSM r=mstange

MozReview-Commit-ID: 3VM8h7JygsE

--HG--
extra : rebase_source : 4958b6da91806d48e746fd6876c55a524b7d3ed9
This commit is contained in:
Nazım Can Altınova 2018-07-10 12:19:55 +02:00
Родитель 984cd32bba
Коммит fb6e07639b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1298,6 +1298,8 @@ mozJSComponentLoader::Import(JSContext* aCx, const nsACString& aLocation,
NS_ENSURE_SUCCESS(rv, rv);
}
AUTO_PROFILER_LABEL_DYNAMIC_NSCSTRING(
"mozJSComponentLoader::Import", JS, aLocation);
ComponentLoaderInfo info(aLocation);
rv = info.EnsureKey();