summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/android
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/android')
-rw-r--r--WebCore/plugins/android/PluginPackageAndroid.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/plugins/android/PluginPackageAndroid.cpp b/WebCore/plugins/android/PluginPackageAndroid.cpp
index dad8d5b..5b9ec2a 100644
--- a/WebCore/plugins/android/PluginPackageAndroid.cpp
+++ b/WebCore/plugins/android/PluginPackageAndroid.cpp
@@ -24,14 +24,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef ANDROID_PLUGINS
-
-#define LOG_TAG "WebKit"
-
#include "config.h"
#include "PluginDatabase.h"
#include "PluginPackage.h"
+#ifdef ANDROID_PLUGINS
+
#include "Timer.h"
#include "PlatformString.h"
#include "PluginMainThreadScheduler.h"
@@ -45,6 +43,8 @@
#include "PluginDebug.h"
#include "PluginDebugAndroid.h"
+#define LOG_TAG "WebKit"
+
namespace WebCore {
// Simple class which calls dlclose() on a dynamic library when going