Bug 27732 - Fix chromium linux build by adding missing function implementation.
Summary: Fix chromium linux build by adding missing function implementation.
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: 2009-07-27 14:01 PDT by Albert J. Wong
Modified: 2009-07-27 14:19 PDT (History)
3 users (show)

See Also:


Attachments
Trivial implemenation of FontPlatformData::description() (2.56 KB, patch)
2009-07-27 14:05 PDT, Albert J. Wong
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Albert J. Wong 2009-07-27 14:01:12 PDT
This is the linux side of the fix given in r46417.

Basically, r46388 introduced a function FontPlatformData::description() that doesn't exist in the various chromium platform-specific versions of this file.

r46417 fixed windows.  This will fix Linux.  Mac doesn't seem to be affected.
Comment 1 Albert J. Wong 2009-07-27 14:05:36 PDT
Created attachment 33568 [details]
Trivial implemenation of FontPlatformData::description()
Comment 2 Jian Li 2009-07-27 14:19:01 PDT
Commited as http://trac.webkit.org/changeset/46426