| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index b44f18ae23f8d902b07023877479e0e457519d33..daa4aeb7d0ea8433a7bd6bdb17270e0ffe2c2e44 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -700,8 +700,6 @@ bool LocalFrame::isURLAllowed(const KURL& url) const
|
| {
|
| // We allow one level of self-reference because some sites depend on that,
|
| // but we don't allow more than one.
|
| - if (host()->subframeCount() >= FrameHost::maxNumberOfFrames)
|
| - return false;
|
| bool foundSelfReference = false;
|
| for (const Frame* frame = this; frame; frame = frame->tree().parent()) {
|
| if (!frame->isLocalFrame())
|
|
|