Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/FrameView.cpp |
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp |
| index fc031a82fd5e5cc7d1038f35ed2e5e08021f4d00..35055778a11322d344c0983656e90dbc0a20eae7 100644 |
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
| @@ -2966,7 +2966,6 @@ void FrameView::setupPrintContext() { |
| void FrameView::clearPrintContext() { |
| if (!m_printContext) |
| return; |
| - m_printContext->end(); |
|
pdr.
2017/04/10 00:24:34
Did you mean to remove this? I think we still want
|
| m_printContext.clear(); |
| } |