зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1627573 - part 3: Get rid of `CSSEditUtils::GetSpecifiedCSSEquivalentToHTMLInlineStyleSet()` because of unused r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D70150 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
024ef5568b
Коммит
2f8cf1135d
|
@ -175,12 +175,6 @@ class CSSEditUtils final {
|
||||||
return GetCSSEquivalentToHTMLInlineStyleSetInternal(
|
return GetCSSEquivalentToHTMLInlineStyleSetInternal(
|
||||||
aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed);
|
aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed);
|
||||||
}
|
}
|
||||||
static nsresult GetSpecifiedCSSEquivalentToHTMLInlineStyleSet(
|
|
||||||
nsIContent& aContent, nsAtom* aHTMLProperty, nsAtom* aAttribute,
|
|
||||||
nsAString& aValue) {
|
|
||||||
return GetCSSEquivalentToHTMLInlineStyleSetInternal(
|
|
||||||
aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Does the node aNode (or his parent if it is not an element node) carries
|
* Does the node aNode (or his parent if it is not an element node) carries
|
||||||
|
|
Загрузка…
Ссылка в новой задаче