зеркало из https://github.com/mozilla/pjs.git
Bug 673440 - Fix casing of NPNVsupportsCompositingCoreAnimationPluginsBool; r=bustage
This commit is contained in:
Родитель
61285b7cc2
Коммит
0114b3a598
|
@ -2201,7 +2201,7 @@ _getvalue(NPP npp, NPNVariable variable, void *result)
|
|||
return NPERR_NO_ERROR;
|
||||
}
|
||||
|
||||
case NPNVSupportsCompositingCoreAnimationPluginsBool: {
|
||||
case NPNVsupportsCompositingCoreAnimationPluginsBool: {
|
||||
*(NPBool*)result = PR_TRUE;
|
||||
|
||||
return NPERR_NO_ERROR;
|
||||
|
|
|
@ -402,7 +402,7 @@ PluginInstanceChild::NPN_GetValue(NPNVariable aVar,
|
|||
return NPERR_NO_ERROR;
|
||||
}
|
||||
|
||||
case NPNVSupportsCompositingCoreAnimationPluginsBool: {
|
||||
case NPNVsupportsCompositingCoreAnimationPluginsBool: {
|
||||
*((NPBool*)aValue) = true;
|
||||
return NPERR_NO_ERROR;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче