diff options
author | Grace Kloba <klobag@google.com> | 2010-03-12 18:45:47 -0800 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2010-03-16 14:21:03 -0700 |
commit | d68483b2c8871634da4f12a5c7c272c47ee8e646 (patch) | |
tree | 8ba44dab588bae7115b1eb6555fb8b6884c4afb6 /WebCore/plugins | |
parent | 1d7ddf2fb889b97549e1041bbbf53e481b4ced2c (diff) | |
download | external_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/plugins')
-rw-r--r-- | WebCore/plugins/android/PluginViewAndroid.cpp | 2 |
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" |