Bug 19564 - Assertion failure in FrameView::layout() (m_frame->view() == this) at dom/xhtml/level2/html/HTMLFrameElement09.xhtml
Summary: Assertion failure in FrameView::layout() (m_frame->view() == this) at dom/xht...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/trunk...
Keywords: InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2008-06-15 13:30 PDT by mitz
Modified: 2010-08-19 12:09 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.