Show
Ignore:
Timestamp:
08/13/08 13:49:09 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35706

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/page/Frame.cpp

    r434 r436  
    129129    else { 
    130130        page->incrementFrameCount(); 
     131        // Make sure we will not end up with two frames referencing the same owner element. 
     132        ASSERT((!(ownerElement->m_contentFrame)) || (ownerElement->m_contentFrame->ownerElement() != ownerElement));         
    131133        ownerElement->m_contentFrame = this; 
    132134    }