Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index 6b5eab5487069912ed95cfe3737178a0727c0320..5a917d88d3f8e6dc534087a051f26899c2a9f089 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1606,8 +1606,8 @@ |
ownerElement->browsingContextContainerName(), |
ownerElement->scrollingMode(), ownerElement->marginWidth(), |
ownerElement->marginHeight(), ownerElement->allowFullscreen(), |
- ownerElement->allowPaymentRequest(), ownerElement->isDisplayNone(), |
- ownerElement->csp(), ownerElement->delegatedPermissions()); |
+ ownerElement->allowPaymentRequest(), ownerElement->csp(), |
+ ownerElement->delegatedPermissions()); |
// FIXME: Using subResourceAttributeName as fallback is not a perfect |
// solution. subResourceAttributeName returns just one attribute name. The |
// element might not have the attribute, and there might be other attributes |