Bug 49190 - Correctly convert NPObjectProxy to NPVariantData
Summary: Correctly convert NPObjectProxy to NPVariantData
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-11-08 10:45 PST by Anders Carlsson
Modified: 2010-11-08 11:06 PST (History)
0 users

See Also:


Attachments
Patch (7.14 KB, patch)
2010-11-08 10:50 PST, Anders Carlsson
sullivan: 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-11-08 10:45:41 PST
Correctly convert NPObjectProxy to NPVariantData
Comment 1 Anders Carlsson 2010-11-08 10:50:59 PST
Created attachment 73251 [details]
Patch
Comment 2 John Sullivan 2010-11-08 10:58:40 PST
Comment on attachment 73251 [details]
Patch

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

> WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp:120
> +            // Figure out how to avoid that.

If this needs to be fixed before WebKit2 is shippable, please use FIXME (WebKit2) and add a bug number.
Comment 3 Anders Carlsson 2010-11-08 11:06:12 PST
Committed r71546: <http://trac.webkit.org/changeset/71546>