| Index: third_party/WebKit/Source/core/page/PrintContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PrintContext.cpp b/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| index dc76a2a662c2e0637f421d0c20cd9732fe7e85e5..12bed3d6427b5c6f8ce4e2ba2c2fdc17ab33613b 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContext.cpp
|
| @@ -171,7 +171,7 @@ void PrintContext::BeginPrintMode(float width, float height) {
|
| }
|
|
|
| void PrintContext::EndPrintMode() {
|
| - ASSERT(is_printing_);
|
| + DCHECK(is_printing_);
|
| is_printing_ = false;
|
| if (IsFrameValid())
|
| frame_->SetPrinting(false, FloatSize(), FloatSize(), 0);
|
|
|