Bug 1494162 - Part 47: Remove duplicate requires of addPseudoClassLock and removePseudoClassLock. r=rcaliman

This commit is contained in:
Gabriel Luong 2018-10-05 10:54:04 -04:00
Родитель 906925a7e6
Коммит 36d4584571
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -12,8 +12,6 @@ const {LongStringActor} = require("devtools/server/actors/string");
const {fetch} = require("devtools/shared/DevToolsUtils");
const {mediaRuleSpec, styleSheetSpec,
styleSheetsSpec} = require("devtools/shared/specs/stylesheets");
const {
addPseudoClassLock, removePseudoClassLock } = require("devtools/server/actors/highlighters/utils/markup");
const InspectorUtils = require("InspectorUtils");
loader.lazyRequireGetter(this, "CssLogic", "devtools/shared/inspector/css-logic");