Bug 77372 - !m_insideRegionPaint assertion in RenderRegion.cpp is invalid
Summary: !m_insideRegionPaint assertion in RenderRegion.cpp is invalid
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Levi Weintraub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 14:51 PST by Levi Weintraub
Modified: 2012-01-30 16:06 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2012-01-30 14:53 PST, Levi Weintraub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Levi Weintraub 2012-01-30 14:51:02 PST
Removing ASSERT(!m_insideRegionPaint && "RenderBoxRegionInfo should not be modified inside region paint."). It's an invalid assertion and gets triggered in multiple layout tests.
Comment 1 Levi Weintraub 2012-01-30 14:53:28 PST
Created attachment 124606 [details]
Patch
Comment 2 Levi Weintraub 2012-01-30 14:54:44 PST
Committed r106291: <http://trac.webkit.org/changeset/106291>
Comment 3 Eric Seidel (no email) 2012-01-30 16:05:22 PST
Comment on attachment 124606 [details]
Patch

Cleared review? from attachment 124606 [details] so that this bug does not appear in http://webkit.org/pending-review.  If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Comment 4 Levi Weintraub 2012-01-30 16:06:07 PST
Thanks. Forgot to do that.