diff options
Diffstat (limited to 'WebCore/plugins')
-rw-r--r-- | WebCore/plugins/android/PluginPackageAndroid.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/plugins/android/PluginPackageAndroid.cpp b/WebCore/plugins/android/PluginPackageAndroid.cpp index d55da87..ff672f4 100644 --- a/WebCore/plugins/android/PluginPackageAndroid.cpp +++ b/WebCore/plugins/android/PluginPackageAndroid.cpp @@ -33,8 +33,6 @@ #include "JNIUtility.h" #include "PlatformString.h" #include "PluginDatabase.h" -#include "PluginDebug.h" -#include "PluginDebugAndroid.h" #include "PluginMainThreadScheduler.h" #include "Timer.h" #include "npfunctions.h" @@ -42,7 +40,12 @@ #include <dlfcn.h> #include <errno.h> +// un-comment this to enable logging +//#define PLUGIN_DEBUG_LOCAL #define LOG_TAG "WebKit" +#include "NotImplemented.h" +#include "PluginDebug.h" +#include "PluginDebugAndroid.h" namespace WebCore { |