зеркало из https://github.com/mozilla/pjs.git
Mac GfxInfo::GetFeatureStatusImpl must assign to aStatus when it returns success. (Bug 645376)
This commit is contained in:
Родитель
82421cb720
Коммит
a7d0981957
|
@ -200,8 +200,10 @@ GfxInfo::GetFeatureStatusImpl(PRInt32 aFeature, PRInt32* aStatus,
|
|||
PRInt32 status = nsIGfxInfo::FEATURE_NO_INFO;
|
||||
|
||||
// For now, we don't implement the downloaded blacklist.
|
||||
if (aDriverInfo)
|
||||
if (aDriverInfo) {
|
||||
*aStatus = status;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// Many WebGL issues on 10.5, especially:
|
||||
// * bug 631258: WebGL shader paints using textures belonging to other processes on Mac OS 10.5
|
||||
|
|
Загрузка…
Ссылка в новой задаче