| Index: third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| index 8877991feb97186233e59c9ac28e350e1486f35e..5700e7e9c1aa2b8516185db81cc3dccd7f7ebf8b 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| @@ -72,7 +72,7 @@ static void frameContentAsPlainText(size_t maxChars,
|
| (contentLayoutItem.location().y() + contentLayoutItem.size().height() <=
|
| 0) ||
|
| (!ownerLayoutItem.isNull() && ownerLayoutItem.style() &&
|
| - ownerLayoutItem.style()->visibility() != EVisibility::Visible)) {
|
| + ownerLayoutItem.style()->visibility() != EVisibility::kVisible)) {
|
| continue;
|
| }
|
|
|
|
|