| Index: printing/pdf_metafile_skia.cc
|
| diff --git a/printing/pdf_metafile_skia.cc b/printing/pdf_metafile_skia.cc
|
| index 2242cfc0175781e17b9dfd0393cdf535de38ca94..57e635ab5bf56caa692f3519c212e4888894bffb 100644
|
| --- a/printing/pdf_metafile_skia.cc
|
| +++ b/printing/pdf_metafile_skia.cc
|
| @@ -212,7 +212,7 @@ bool PdfMetafileSkia::SaveToFD(const base::FileDescriptor& fd) const {
|
| }
|
|
|
| if (fd.auto_close) {
|
| - if (HANDLE_EINTR(close(fd.fd)) < 0) {
|
| + if (IGNORE_EINTR(close(fd.fd)) < 0) {
|
| DPLOG(WARNING) << "close";
|
| result = false;
|
| }
|
|
|