Bug 77372

Summary: !m_insideRegionPaint assertion in RenderRegion.cpp is invalid
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, hyatt, macpherson, mihnea
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.