| Index: third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| index e61cc92d2e962e16d40e23e8ecd7b1dc39ebc64a..5c2f92003166aa655abac433989253654729023f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp
|
| @@ -44,7 +44,7 @@ DEFINE_NODE_FACTORY(HTMLFrameElement)
|
| bool HTMLFrameElement::layoutObjectIsNeeded(const ComputedStyle&)
|
| {
|
| // For compatibility, frames render even when display: none is set.
|
| - return isURLAllowed();
|
| + return isURLAllowed(WillNotLoadURL);
|
| }
|
|
|
| LayoutObject* HTMLFrameElement::createLayoutObject(const ComputedStyle&)
|
|
|