| Index: android_webview/native/aw_settings.cc
|
| diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc
|
| index cf66d4e85e706f99be4395d130755c74ef4a920b..af18722b093966364fa71bc60c4a8a7b04497095 100644
|
| --- a/android_webview/native/aw_settings.cc
|
| +++ b/android_webview/native/aw_settings.cc
|
| @@ -350,7 +350,7 @@ static jstring GetDefaultUserAgent(JNIEnv* env, jclass clazz) {
|
| }
|
|
|
| bool RegisterAwSettings(JNIEnv* env) {
|
| - return RegisterNativesImpl(env) >= 0;
|
| + return RegisterNativesImpl(env);
|
| }
|
|
|
| } // namespace android_webview
|
|
|