summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-09 18:34:42 +0000
committerSteve Block <steveblock@google.com>2012-01-10 15:56:31 +0000
commit6dd76b804786ec760bb04b137a6bf017064226dc (patch)
treefe6715707f69e2588307e55c05c2f40e0363f9dc /Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
parent5568a9850c798bc4d30002485666c70c055e3457 (diff)
downloadexternal_webkit-6dd76b804786ec760bb04b137a6bf017064226dc.zip
external_webkit-6dd76b804786ec760bb04b137a6bf017064226dc.tar.gz
external_webkit-6dd76b804786ec760bb04b137a6bf017064226dc.tar.bz2
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
See https://android-git.corp.google.com/g/157519 Bug: 5449033 Change-Id: Icaed25ccf4d689b533101e966e8303810b61b0d4
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreJniOnLoad.cpp')
-rw-r--r--Source/WebKit/android/jni/WebCoreJniOnLoad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp b/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
index 69280d5..fb959ac 100644
--- a/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
+++ b/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
@@ -144,7 +144,7 @@ EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved)
ALOGE("GetEnv failed!");
return result;
}
- LOG_ASSERT(env, "Could not retrieve the env!");
+ ALOG_ASSERT(env, "Could not retrieve the env!");
const RegistrationMethod* method = gWebCoreRegMethods;
const RegistrationMethod* end = method + sizeof(gWebCoreRegMethods)/sizeof(RegistrationMethod);