[Webkit-unassigned] [Bug 26877] [GTK] DRT fixes to pass new plugin test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 23:50:19 PDT 2009


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





------- Comment #7 from xan.lopez at gmail.com  2009-06-30 23:50 PDT -------
(In reply to comment #6)
> (From update of attachment 32115 [review])
> >      switch (variable) {
> >          case NPPVpluginNameString:
> > -            *((char **)value) = "WebKit Test PlugIn";
> > +            *((char **)value) = (char*)"WebKit Test PlugIn";
> 
> Please change these to static_casts before commit. r=me.
> 

static_cost won't work in this case. I'll use const_cast.


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



More information about the webkit-unassigned mailing list