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 Rendering | Assignee: | 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 | ||
mitz
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
See also: bug 15707.
David Kilzer (:ddkilzer)
<rdar://problem/5598072>
Adam Roben (:aroben)
This seems not to be happening anymore.