| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index 39b949f26a268a65da3ac75d1157cd1e78642379..1a9bfaa8a5bf26c7372eeb4688df1dcdbe15d0da 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -465,7 +465,7 @@ void HTMLFormControlElement::UpdateVisibleValidationMessage() {
|
| Page* page = GetDocument().GetPage();
|
| if (!page || !page->IsPageVisible() || GetDocument().UnloadStarted())
|
| return;
|
| - if (GetDocument().GetFrame()->ShouldUsePrintingLayout())
|
| + if (page->Suspended())
|
| return;
|
| String message;
|
| if (GetLayoutObject() && willValidate())
|
|
|