summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-18 17:26:19 -0700
committerJohn Reck <jreck@google.com>2012-07-18 17:26:19 -0700
commit8382c7e683ecb739add98681f8d1674ad063459d (patch)
tree7b4d0999f594e98fba2ac1dfa45b2c9acbfacea8 /Source/WebCore/platform/graphics
parentcbf95b35591b40a9424e54d765694b378ef11966 (diff)
downloadexternal_webkit-8382c7e683ecb739add98681f8d1674ad063459d.zip
external_webkit-8382c7e683ecb739add98681f8d1674ad063459d.tar.gz
external_webkit-8382c7e683ecb739add98681f8d1674ad063459d.tar.bz2
Fix logging
Change-Id: Id69b9d7ff6c7bdecbf344cd4b982abbb292a415d
Diffstat (limited to 'Source/WebCore/platform/graphics')
-rw-r--r--Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp b/Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp
index bd63c38..e7617b1 100644
--- a/Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp
+++ b/Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp
@@ -24,7 +24,7 @@
*/
#define LOG_TAG "LinearAllocator"
-#define LOG_NDEBUG 0
+#define LOG_NDEBUG 1
#include "config.h"