RESOLVED FIXED 42296
Add NetscapePluginStream class
https://bugs.webkit.org/show_bug.cgi?id=42296
Summary Add NetscapePluginStream class
Anders Carlsson
Reported 2010-07-14 15:33:40 PDT
Add NetscapePluginStream class
Attachments
Patch (9.93 KB, patch)
2010-07-14 15:34 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2010-07-14 15:34:34 PDT
Darin Adler
Comment 2 2010-07-14 15:36:02 PDT
Comment on attachment 61575 [details] Patch > +NetscapePluginStream::NetscapePluginStream(NetscapePlugin* plugin, uint64_t streamID, bool sendNotification, void* notificationData) bool is no fun > + NetscapePluginStream(NetscapePlugin* plugin, uint64_t streamID, bool sendNotification, void* notificationData); No need for the argument name "plugin". > + RefPtr<NetscapePlugin> m_plugin; If this class holds a ref to the plugin then the argument should be PassRefPtr<NetscapePlugin>, not NetscapePlugin*.
Anders Carlsson
Comment 3 2010-07-14 15:53:46 PDT
Note You need to log in before you can comment on or make changes to this bug.