[Webkit-unassigned] [Bug 27145] [Gtk][REGRESSION] subframe-navigate-during-main-frame-load.html fails after r45615
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 08:06:52 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27145
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32782|review?(gns at gnome.org) |review+
Flag| |
--- Comment #5 from Gustavo Noronha (kov) <gns at gnome.org> 2009-07-15 08:06:52 PDT ---
(From update of attachment 32782)
> + gchar* resultStr = g_string_free(result, FALSE);
> + printf("%s", resultStr);
> + g_free(resultStr);
I would prefer the following:
printf("%s", result->str);
g_string_free(result, TRUE);
But I am fine either way. If you feel like changing it, please do.
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.
More information about the webkit-unassigned
mailing list