Index: android_webview/native/aw_pdf_exporter.cc |
diff --git a/android_webview/native/aw_pdf_exporter.cc b/android_webview/native/aw_pdf_exporter.cc |
index 7a13fd77a20479acb0244600b1bb31a7fd8f0981..8da47a0733c416b5a67e939aa808ddd3ed120e7e 100644 |
--- a/android_webview/native/aw_pdf_exporter.cc |
+++ b/android_webview/native/aw_pdf_exporter.cc |
@@ -111,7 +111,7 @@ bool AwPdfExporter::IsCancelled() { |
} |
bool RegisterAwPdfExporter(JNIEnv* env) { |
- return RegisterNativesImpl(env) >= 0; |
+ return RegisterNativesImpl(env); |
} |
} // namespace android_webview |