зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1399546: Remove unused binding function. r=me
MozReview-Commit-ID: 9FN3j5zNHQe
This commit is contained in:
Родитель
7340cf4417
Коммит
39a846c6f3
|
@ -844,12 +844,6 @@ Gecko_FillAllMaskLists(nsStyleImageLayers* aLayers, uint32_t aMaxLen)
|
|||
nsRuleNode::FillAllMaskLists(*aLayers, aMaxLen);
|
||||
}
|
||||
|
||||
RawGeckoElementBorrowedOrNull
|
||||
Gecko_GetBody(RawGeckoPresContextBorrowed aPresContext)
|
||||
{
|
||||
return aPresContext->Document()->GetBodyElement();
|
||||
}
|
||||
|
||||
bool
|
||||
Gecko_IsDocumentBody(RawGeckoElementBorrowed aElement)
|
||||
{
|
||||
|
|
|
@ -631,7 +631,6 @@ nsCSSCounterStyleRule* Gecko_CSSCounterStyle_Clone(const nsCSSCounterStyleRule*
|
|||
void Gecko_CSSCounterStyle_GetCssText(const nsCSSCounterStyleRule* rule, nsAString* result);
|
||||
NS_DECL_FFI_REFCOUNTING(nsCSSCounterStyleRule, CSSCounterStyleRule);
|
||||
|
||||
RawGeckoElementBorrowedOrNull Gecko_GetBody(RawGeckoPresContextBorrowed pres_context);
|
||||
bool Gecko_IsDocumentBody(RawGeckoElementBorrowed element);
|
||||
|
||||
// We use an int32_t here instead of a LookAndFeel::ColorID
|
||||
|
|
Загрузка…
Ссылка в новой задаче