summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-01-25 09:21:10 -0800
committerGrace Kloba <klobag@google.com>2010-01-25 09:21:10 -0800
commit34122fda872b1add732615ee1f705b3c748b773c (patch)
tree9806fec797ec5e1301c6ec1ce32df942ef6207a2 /WebCore
parentec4b5ee43c88d914221e8c9f668421ace6bdd72d (diff)
downloadexternal_webkit-34122fda872b1add732615ee1f705b3c748b773c.zip
external_webkit-34122fda872b1add732615ee1f705b3c748b773c.tar.gz
external_webkit-34122fda872b1add732615ee1f705b3c748b773c.tar.bz2
Rearrange the include headers to enable logging.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/plugins/android/PluginPackageAndroid.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/plugins/android/PluginPackageAndroid.cpp b/WebCore/plugins/android/PluginPackageAndroid.cpp
index 664f31c..2019b5c 100644
--- a/WebCore/plugins/android/PluginPackageAndroid.cpp
+++ b/WebCore/plugins/android/PluginPackageAndroid.cpp
@@ -40,11 +40,13 @@
#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"
-#define LOG_TAG "WebKit"
-
namespace WebCore {
// Simple class which calls dlclose() on a dynamic library when going