Bug 791432 - fix build bustage - no review

This commit is contained in:
Benoit Jacob 2013-01-25 14:48:26 -05:00
parent 0aa7bf6fcd
commit d988a9ec87

View File

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