From 551cb5c008c559f3aedb5a494af6bac356f4d6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Fri, 17 Jan 2020 21:26:57 +0000 Subject: [PATCH] Bug 1609660 - Rename "Script" marker to "ScriptEvaluation". r=gerald Depends on D60231 Differential Revision: https://phabricator.services.mozilla.com/D60232 --HG-- extra : moz-landing-system : lando --- dom/script/ScriptLoader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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