[Webkit-unassigned] [Bug 144262] [GTK] Crash in WebProcess when loading large content with custom URI schemes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 28 09:30:37 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144262
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Instead of this:
g_task_return_new_error(task.get(), g_quark_from_string(error.domain().utf8().data()),
error.errorCode(), "%s", error.localizedDescription().utf8().data());
Write this:
g_task_return_new_error(task.get(), g_quark_from_string(error.domain().utf8().data()),
error.errorCode(), "%s", error.localizedDescription().utf8().data());
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150428/25da0455/attachment.html>
More information about the webkit-unassigned
mailing list