[Webkit-unassigned] [Bug 73397] [BlackBerry] Upstream BlackBerry porting of pluginView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 23:40:59 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73397





--- Comment #9 from Charles Wei <charles.wei at torchmobile.com.cn>  2011-11-30 23:40:59 PST ---
(In reply to comment #8)
> (From update of attachment 117347 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=117347&action=review
> 
> > Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp:528
> > +        npTouchEvent.points = new NPTouchPoint[touchList->length()];
> 
> Can we use OwnArrayPtr here?

 I would rather not,  npTouchEvent.points  is defined as raw pointer,  change it to OwnArrayPtr changes too many platform-specific code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list