| Index: android_webview/native/aw_form_database.cc
|
| diff --git a/android_webview/native/aw_form_database.cc b/android_webview/native/aw_form_database.cc
|
| index 851340e265d8acf35496cf53dab30b79252e5ba3..2269d76ecbbbf1532075a8eccadba13e7b7a3a01 100644
|
| --- a/android_webview/native/aw_form_database.cc
|
| +++ b/android_webview/native/aw_form_database.cc
|
| @@ -36,7 +36,7 @@ void ClearFormData(JNIEnv*, jclass) {
|
| }
|
|
|
| bool RegisterAwFormDatabase(JNIEnv* env) {
|
| - return RegisterNativesImpl(env) >= 0;
|
| + return RegisterNativesImpl(env);
|
| }
|
|
|
| } // namespace android_webview
|
|
|