Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt

This commit is contained in:
Martin Stransky
2012-06-21 20:44:38 -04:00
parent f00a2f8a34
commit a378b97cdb
11 changed files with 66 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifdef MOZ_WIDGET_GTK2
#ifdef MOZ_WIDGET_GTK
#include <glib.h>
#elif XP_MACOSX
#include "PluginInterposeOSX.h"
@@ -964,7 +964,7 @@ PluginModuleParent::AnswerProcessSomeEvents()
return true;
}
#elif !defined(MOZ_WIDGET_GTK2)
#elif !defined(MOZ_WIDGET_GTK)
bool
PluginModuleParent::AnswerProcessSomeEvents()
{