Bug 19976 - [REGRESSION] Correct build error introduced in @34765
Summary: [REGRESSION] Correct build error introduced in @34765
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 13:37 PDT by Brent Fulgham
Modified: 2008-07-10 16:03 PDT (History)
0 users

See Also:


Attachments
Correct build regression. (1.19 KB, patch)
2008-07-10 14:09 PDT, Brent Fulgham
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.