Bug 19976

Summary: [REGRESSION] Correct build error introduced in @34765
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Correct build regression. darin: review+

Description Brent Fulgham 2008-07-10 13:37:48 PDT
A small change in FontCairo.cpp causes the Windows (Cairo) build to fail as the shadowBlur member variable might not be initialized.  Since these warnings are treated as errors in the Windows build, we get a build failure.
Comment 1 Brent Fulgham 2008-07-10 14:09:01 PDT
Created attachment 22204 [details]
Correct build regression.
Comment 2 Matt Lilek 2008-07-10 16:03:05 PDT
Committed revision 35106.