| 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 93253db091c36ac86f1b346efc2dc88498cb2f64..f0ebc3689db7c83fcb2885f6c9a432d538dc889b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -384,6 +384,8 @@ void FrameView::Dispose() {
|
| if (owner_element && owner_element->OwnedWidget() == this)
|
| owner_element->SetWidget(nullptr);
|
|
|
| + ClearPrintContext();
|
| +
|
| #if DCHECK_IS_ON()
|
| has_been_disposed_ = true;
|
| #endif
|
|
|