[Webkit-unassigned] [Bug 28269] Inspector: Improve Cookie DataGrid to Show Hidden Data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 13:59:27 PDT 2009


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





--- Comment #31 from Timothy Hatcher <timothy at hatcher.name>  2009-08-19 13:59:26 PDT ---
(From update of attachment 35140)

> +    value.set("size", (int)(cookie.name.length() + cookie.value.length()));

Casting should use C++ casts, like static_cast<int>(cookie.name.length() +
cookie.value.length()).

Should this be long?

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