Bug 24041 - Fix Chromium Linux build.
Summary: Fix Chromium Linux build.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 13:15 PST by Dimitri Glazkov (Google)
Modified: 2009-02-19 13:34 PST (History)
0 users

See Also:


Attachments
Fix Chromium Linux build, correct type conversion, v1 (1.74 KB, patch)
2009-02-19 13:19 PST, Dimitri Glazkov (Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-02-19 13:15:39 PST
This corrects type conversion issues, missed somewhere inflight, when the patch was traveling from Chromium to WebKit side.
Comment 1 Dimitri Glazkov (Google) 2009-02-19 13:19:10 PST
Created attachment 27810 [details]
Fix Chromium Linux build, correct type conversion, v1

 WebCore/ChangeLog                                |   10 ++++++++++
 WebCore/platform/graphics/chromium/FontLinux.cpp |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
Comment 2 Eric Seidel (no email) 2009-02-19 13:31:02 PST
Comment on attachment 27810 [details]
Fix Chromium Linux build, correct type conversion, v1

This was my bad.  r=me
Comment 3 Dimitri Glazkov (Google) 2009-02-19 13:34:03 PST
Landed as http://trac.webkit.org/changeset/41084.