summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-03-12 18:45:47 -0800
committerGrace Kloba <klobag@google.com>2010-03-16 14:21:03 -0700
commitd68483b2c8871634da4f12a5c7c272c47ee8e646 (patch)
tree8ba44dab588bae7115b1eb6555fb8b6884c4afb6 /WebCore
parent1d7ddf2fb889b97549e1041bbbf53e481b4ced2c (diff)
downloadexternal_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.zip
external_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.tar.gz
external_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.tar.bz2
To enable per file log, only need to define PLUGIN_DEBUG_LOCAL
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/plugins/android/PluginViewAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/plugins/android/PluginViewAndroid.cpp b/WebCore/plugins/android/PluginViewAndroid.cpp
index ea72e23..5b7aea9 100644
--- a/WebCore/plugins/android/PluginViewAndroid.cpp
+++ b/WebCore/plugins/android/PluginViewAndroid.cpp
@@ -74,7 +74,7 @@
/* Controls the printing of log messages in this file. This must be defined
before PluginDebugAndroid.h is included.
*/
-#define PLUGIN_DEBUG_LOCAL 0
+// #define PLUGIN_DEBUG_LOCAL
#define TRACE_KEY_EVENTS 0
#include "PluginDebug.h"