| Index: android_webview/native/aw_resource.cc
|
| diff --git a/android_webview/native/aw_resource.cc b/android_webview/native/aw_resource.cc
|
| index b110731362d13095f9643d64b8ac8101991c465d..cf4b6f4ca1cc348d1d843719d7ac5317ba9c0cc9 100644
|
| --- a/android_webview/native/aw_resource.cc
|
| +++ b/android_webview/native/aw_resource.cc
|
| @@ -38,7 +38,7 @@ std::string GetDefaultTextEncoding() {
|
| }
|
|
|
| bool RegisterAwResource(JNIEnv* env) {
|
| - return RegisterNativesImpl(env) >= 0;
|
| + return RegisterNativesImpl(env);
|
| }
|
|
|
| } // namespace AwResource
|
|
|