Bug 879515 - Port GTK2 to GTK3 - dom/plugins fixes. r=karlt
This commit is contained in:
@@ -1098,7 +1098,7 @@ _getvalue(NPP aNPP,
|
||||
*(NPBool*)aValue = value ? true : false;
|
||||
return result;
|
||||
}
|
||||
#if defined(MOZ_WIDGET_GTK)
|
||||
#if (MOZ_WIDGET_GTK == 2)
|
||||
case NPNVxDisplay: {
|
||||
if (aNPP) {
|
||||
return InstCast(aNPP)->NPN_GetValue(aVariable, aValue);
|
||||
|
||||
Reference in New Issue
Block a user