Bug 879515 - Port GTK2 to GTK3 - dom/plugins fixes. r=karlt

This commit is contained in:
Martin Stransky
2013-06-10 08:36:26 -04:00
parent 4498a575b6
commit 2f346a68a7
6 changed files with 15 additions and 13 deletions

View File

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