Chromium Code Reviews| Index: printing/printed_document_mac.cc |
| diff --git a/printing/printed_document_mac.cc b/printing/printed_document_mac.cc |
| index 924ec0f4ff8d6d9394ac8fa8e14f32b12bb59475..f729215acb7dc8d7b1b8c5086106792fe02f518d 100644 |
| --- a/printing/printed_document_mac.cc |
| +++ b/printing/printed_document_mac.cc |
| @@ -24,6 +24,8 @@ void PrintedDocument::RenderPrintedPage( |
| } |
| #endif |
| + DCHECK(context); |
| + |
| const printing::PageSetup& page_setup( |
| immutable_.settings_.page_setup_device_units()); |
| gfx::Rect content_area; |