diff --git a/dom/script/ScriptLoader.cpp b/dom/script/ScriptLoader.cpp index 72ca8580e205..31f59d152104 100644 --- a/dom/script/ScriptLoader.cpp +++ b/dom/script/ScriptLoader.cpp @@ -2702,8 +2702,8 @@ nsresult ScriptLoader::EvaluateScript(ScriptLoadRequest* aRequest) { #endif nsAutoCString profilerLabelString; GetProfilerLabelForRequest(aRequest, profilerLabelString); - AUTO_PROFILER_TEXT_MARKER_DOCSHELL("Script", profilerLabelString, JS, - docShell); + AUTO_PROFILER_TEXT_MARKER_DOCSHELL("ScriptEvaluation", profilerLabelString, + JS, docShell); // New script entry point required, due to the "Create a script" sub-step of // http://www.whatwg.org/specs/web-apps/current-work/#execute-the-script-block