Chromium Code Reviews| Index: printing/pdf_metafile_cg_mac.cc |
| =================================================================== |
| --- printing/pdf_metafile_cg_mac.cc (revision 98598) |
| +++ printing/pdf_metafile_cg_mac.cc (working copy) |
| @@ -52,7 +52,7 @@ |
| } |
| PdfMetafileCg::~PdfMetafileCg() { |
| - DCHECK(CalledOnValidThread()); |
| + DCHECK(thread_checker_.CalledOnValidThread()); |
| if (pdf_doc_ && thread_pdf_docs.Get()) { |
| // Transfer ownership to the pool. |
| CFSetAddValue(thread_pdf_docs.Get(), pdf_doc_); |