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:
Masayuki Nakano 2020-04-08 13:33:12 +00:00
Родитель 024ef5568b
Коммит 2f8cf1135d
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -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