Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / native / aw_contents_client_bridge.cc
index f5bccdf..9d68603 100644 (file)
@@ -379,7 +379,7 @@ void AwContentsClientBridge::HandleErrorInClientCertificateResponse(
     int request_id) {
   SelectCertificateCallback* callback =
       pending_client_cert_request_callbacks_.Lookup(request_id);
-  callback->Run(scoped_refptr<net::X509Certificate>());
+  callback->Run(nullptr);
   pending_client_cert_request_callbacks_.Remove(request_id);
 }