Bug 40959 - Support reading plug-in info from Carbon resources
Summary: Support reading plug-in info from Carbon resources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 17:06 PDT by Anders Carlsson
Modified: 2010-06-21 17:33 PDT (History)
0 users

See Also:


Attachments
Patch (6.12 KB, patch)
2010-06-21 17:09 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2010-06-21 17:06:40 PDT
Support reading plug-in info from Carbon resources
Comment 1 Anders Carlsson 2010-06-21 17:09:26 PDT
Created attachment 59316 [details]
Patch
Comment 2 Sam Weinig 2010-06-21 17:30:09 PDT
Comment on attachment 59316 [details]
Patch

> +static bool getStringListResource(ResID resourceID, Vector<String>& stringList) {
The { should be on the next line.

Otherwise, r=me.
Comment 3 Anders Carlsson 2010-06-21 17:33:48 PDT
Committed r61594: <http://trac.webkit.org/changeset/61594>