[Webkit-unassigned] [Bug 57052] Infinite Re-layout Loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 14:08:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57052





--- Comment #1 from Fady Samuel <fsamuel at chromium.org>  2011-03-24 14:08:10 PST ---
(In reply to comment #0)
> I've attached a page that seems to produce an infinite re-layout loop. I accidentally discovered this by adding the following two lines to 
> RenderBlock::layout():
> 
> static int print_count = 0;
> printf("%d: RenderBlock::layout()\n");


Sorry, that should say:

static int print_count = 0;
printf("%d: RenderBlock::layout()\n", ++print_count);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list