[Webkit-unassigned] [Bug 161187] [GTK] Provide details on javascript exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 23 03:44:29 PDT 2017


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 310990
  --> https://bugs.webkit.org/attachment.cgi?id=310990
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=310990&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:3152
> +        builder.append(exceptionDetails.message.utf8().data());

Do not convert to utf8 here

builder.append(exceptionDetails.message);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170523/61102683/attachment.html>


More information about the webkit-unassigned mailing list