From 8382c7e683ecb739add98681f8d1674ad063459d Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 18 Jul 2012 17:26:19 -0700 Subject: Fix logging Change-Id: Id69b9d7ff6c7bdecbf344cd4b982abbb292a415d --- Source/WebCore/platform/graphics/android/utils/LinearAllocator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/platform/graphics') 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" -- cgit v1.1