| Index: third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.cpp b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| index 8805a2b80790d7ceffde871f13021967e8210d24..a2042353a32f1d86635339030f159fe23cfe3573 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.cpp
|
| @@ -75,7 +75,7 @@ void NodeRareData::finalizeGarbageCollectedObject()
|
|
|
| void NodeRareData::incrementConnectedSubframeCount()
|
| {
|
| - RELEASE_ASSERT_WITH_SECURITY_IMPLICATION((m_connectedFrameCount + 1) <= FrameHost::maxNumberOfFrames);
|
| + SECURITY_CHECK((m_connectedFrameCount + 1) <= FrameHost::maxNumberOfFrames);
|
| ++m_connectedFrameCount;
|
| }
|
|
|
|
|