diff --git a/browser/base/content/test/performance/browser_startup_content.js b/browser/base/content/test/performance/browser_startup_content.js index 40d72576c672..539061157a0a 100644 --- a/browser/base/content/test/performance/browser_startup_content.js +++ b/browser/base/content/test/performance/browser_startup_content.js @@ -21,7 +21,6 @@ const kDumpAllStacks = false; const known_scripts = { modules: new Set([ "chrome://mochikit/content/ShutdownLeaksCollector.jsm", - "resource:///modules/StartupRecorder.jsm", // General utilities "resource://gre/modules/AppConstants.jsm", diff --git a/browser/base/content/test/performance/browser_startup_content_subframe.js b/browser/base/content/test/performance/browser_startup_content_subframe.js index 81b8f29ab55e..9b7ae5d43323 100644 --- a/browser/base/content/test/performance/browser_startup_content_subframe.js +++ b/browser/base/content/test/performance/browser_startup_content_subframe.js @@ -36,8 +36,6 @@ const known_scripts = { // Loaded by this test actorModuleURI, - "resource:///modules/StartupRecorder.jsm", - // General utilities "resource://gre/modules/AppConstants.jsm", "resource://gre/modules/DeferredTask.jsm", diff --git a/browser/components/components.conf b/browser/components/components.conf index ffc60d20b769..cf90043d16e3 100644 --- a/browser/components/components.conf +++ b/browser/components/components.conf @@ -65,12 +65,6 @@ if (buildconfig.substs.get('MOZ_DEBUG') or ProcessSelector.MAIN_PROCESS_ONLY, ), }, - 'content-process-ready-for-script': { - 'startupRecorder': ( - '@mozilla.org/test/startuprecorder;1', - ProcessSelector.CONTENT_PROCESS_ONLY, - ), - }, } Classes += [