mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 791432 - fix build bustage - no review
This commit is contained in:
parent
0aa7bf6fcd
commit
d988a9ec87
@ -346,7 +346,7 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
if (mHardware.Equals(NS_LITERAL_STRING("ville"), nsCaseInsensitiveCStringComparator())) {
|
||||
if (mHardware.Equals(NS_LITERAL_STRING("ville"))) {
|
||||
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user