Bug 11158

Summary: Use of uninitialized values
Product: WebKit Reporter: David Carson <dacarson>
Component: Layout and RenderingAssignee: David Carson <dacarson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mitz: review+

Description David Carson 2006-10-04 13:08:02 PDT
Use of uninitialized values in RenderLayer class
m_repaintX and m_repaintY are not initialized before their first use.
Comment 1 David Carson 2006-10-04 13:16:47 PDT
Created attachment 10912 [details]
patch

Simple change to initialize some local variables before they are used.
Comment 2 mitz 2006-10-04 14:19:55 PDT
Comment on attachment 10912 [details]
patch

r=me
Comment 3 Mark Rowe (bdash) 2006-10-05 14:39:47 PDT
Landed in r16819.