Bug 19564

Summary: Assertion failure in FrameView::layout() (m_frame->view() == this) at dom/xhtml/level2/html/HTMLFrameElement09.xhtml
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: andersca, ap, aroben, tonikitoo
Priority: P2 Keywords: InRadar, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://build.webkit.org/results/trunk-mac-intel-debug/4273/dom/xhtml/level2/html/-stderr.txt

Description mitz 2008-06-15 13:30:27 PDT
In debug builds, HTMLFrameElement09.xhtml fails with

ASSERTION FAILED: m_frame->view() == this
(WebCore/page/FrameView.cpp:348 void WebCore::FrameView::layout(bool))

The ASSERT is followed by an early return for release builds.
Comment 1 Alexey Proskuryakov 2008-06-21 11:57:48 PDT
See also: bug 15707.
Comment 2 David Kilzer (:ddkilzer) 2008-06-22 10:40:15 PDT
<rdar://problem/5598072>

Comment 3 Adam Roben (:aroben) 2010-08-19 12:09:37 PDT
This seems not to be happening anymore.