Bug 40959

Summary: Support reading plug-in info from Carbon resources
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

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>