Bug 48870

Summary: Add convenience functions for allocating NPAPI memory
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 mitz: review+

Description Anders Carlsson 2010-11-02 14:05:29 PDT
Add convenience functions for allocating NPAPI memory
Comment 1 Anders Carlsson 2010-11-02 14:09:18 PDT
Created attachment 72733 [details]
Patch
Comment 2 mitz 2010-11-02 14:14:13 PDT
Comment on attachment 72733 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72733&action=review

> WebKit2/ChangeLog:13
> +        (WebKit::JSNPObject::getOwnPropertyNames):
> +        use npnMemFree.

Typo: lowercase use. Also, why the newline before the comment?
Comment 3 Anders Carlsson 2010-11-02 14:19:37 PDT
Committed r71169: <http://trac.webkit.org/changeset/71169>