summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebHistory.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:21:35 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:38:06 +0000
commita09e7cf49f43950a799f936bf42a9912d696547b (patch)
tree108947d0cc5707c152e6818fc81998c71a944524 /Source/WebKit/android/jni/WebHistory.cpp
parentcd962bb91932eb0f0ef6d84a04adbba2ba62707a (diff)
downloadexternal_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.zip
external_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.tar.gz
external_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.tar.bz2
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I35a9fa5e53a83a9c9a920333a3752dd151fbd3b8
Diffstat (limited to 'Source/WebKit/android/jni/WebHistory.cpp')
-rw-r--r--Source/WebKit/android/jni/WebHistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebHistory.cpp b/Source/WebKit/android/jni/WebHistory.cpp
index c61d3ee..3b7c7a5 100644
--- a/Source/WebKit/android/jni/WebHistory.cpp
+++ b/Source/WebKit/android/jni/WebHistory.cpp
@@ -711,7 +711,7 @@ static bool read_item_recursive(WebCore::HistoryItem* newItem,
#ifdef UNIT_TEST
static void unit_test()
{
- LOGD("Entering history unit test!");
+ ALOGD("Entering history unit test!");
const char* test1 = new char[0];
WTF::RefPtr<WebCore::HistoryItem> item = WebCore::HistoryItem::create();
WebCore::HistoryItem* testItem = item.get();