Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query

This commit is contained in:
SpockMan02 2018-06-27 03:25:34 -07:00 committed by Roy Tam
commit 2d708bf86c
8 changed files with 74 additions and 41 deletions

View file

@ -430,6 +430,7 @@ nsLookAndFeel::GetIntImpl(IntID aID, int32_t &aResult)
}
case eIntID_MacGraphiteTheme:
case eIntID_MacLionTheme:
aResult = 0;
res = NS_ERROR_NOT_IMPLEMENTED;
break;