зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1604539 - Remove unused import of ObjectFront in devtools/shared/webconsole r=nchevobbe
Depends on D67606 Didn't find any call site for this import, hopefully we can just remove it. Differential Revision: https://phabricator.services.mozilla.com/D67607 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9d8fb569a8
Коммит
b312e4b469
|
@ -4,14 +4,14 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
/* exported ObjectFront, attachConsole, attachConsoleToTab, attachConsoleToWorker,
|
||||
/* exported attachConsole, attachConsoleToTab, attachConsoleToWorker,
|
||||
closeDebugger, checkConsoleAPICalls, checkRawHeaders, runTests, nextTest, Ci, Cc,
|
||||
withActiveServiceWorker, Services, consoleAPICall */
|
||||
|
||||
const { require } = ChromeUtils.import("resource://devtools/shared/Loader.jsm");
|
||||
const { DevToolsServer } = require("devtools/server/devtools-server");
|
||||
const { DevToolsClient } = require("devtools/shared/client/devtools-client");
|
||||
const { ObjectFront } = require("devtools/client/fronts/object");
|
||||
|
||||
const Services = require("Services");
|
||||
|
||||
function initCommon() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче