[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:43:10 PDT 2009


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


jmalonzo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32115|review?                     |review+
               Flag|                            |




------- Comment #6 from jmalonzo at gmail.com  2009-06-30 23:43 PDT -------
(From update of attachment 32115)
>      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.


-- 
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