[Webkit-unassigned] [Bug 22807] Cygwin/X WebKit/Gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 12 08:13:14 PST 2008


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





------- Comment #7 from zecke at selfish.org  2008-12-12 08:13 PDT -------
(From update of attachment 25951)
> --- origsrc/WebKit-r39090/JavaScriptCore/interpreter/Interpreter.cpp	2008-12-07 21:56:15.000000000 -0600
> +++ src/WebKit-r39090/JavaScriptCore/interpreter/Interpreter.cpp	2008-12-11 00:34:55.471750000 -0600
> @@ -260,7 +260,7 @@
>  
>      if (rightIsNumber & leftIsString) {
>          RefPtr<UString::Rep> value = JSImmediate::isImmediate(v2) ?
> -            concatenate(asString(v1)->value().rep(), JSImmediate::getTruncatedInt32(v2)) :
> +            concatenate(asString(v1)->value().rep(), static_cast<int>(JSImmediate::getTruncatedInt32(v2))) :

could you please attach a build error?


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