Bug 1385529 - Remove Gecko_GetMediaFeatures and access nsMediaFeatures::features directly. r=emilio

MozReview-Commit-ID: IbTikEgabXA

--HG--
extra : rebase_source : 3ea81bad872f675be14862f627f174912e0c79ac
This commit is contained in:
Xidorn Quan 2017-07-29 15:21:36 +10:00
Родитель 1bff42cd73
Коммит 168e6ca204
3 изменённых файлов: 0 добавлений и 8 удалений

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

@ -2529,12 +2529,6 @@ Gecko_LoadStyleSheet(css::Loader* aLoader,
return sheet.forget().take();
}
const nsMediaFeature*
Gecko_GetMediaFeatures()
{
return nsMediaFeatures::features;
}
nsCSSKeyword
Gecko_LookupCSSKeyword(const uint8_t* aString, uint32_t aLength)
{

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

@ -605,7 +605,6 @@ mozilla::ServoStyleSheet* Gecko_StyleSheet_Clone(
void Gecko_StyleSheet_AddRef(const mozilla::ServoStyleSheet* aSheet);
void Gecko_StyleSheet_Release(const mozilla::ServoStyleSheet* aSheet);
const nsMediaFeature* Gecko_GetMediaFeatures();
nsCSSKeyword Gecko_LookupCSSKeyword(const uint8_t* string, uint32_t len);
const char* Gecko_CSSKeywordString(nsCSSKeyword keyword, uint32_t* len);

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

@ -423,7 +423,6 @@ structs-types = [
"nsIAtom",
"nsIURI",
"nsCompatibility",
"nsMediaFeature",
"nsRestyleHint",
"nsStyleBackground",
"nsStyleBorder",