[Webkit-unassigned] [Bug 147297] [GTK] NPAPI code crashes on Wayland
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 31 04:46:55 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147297
--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #8)
> Comment on attachment 257917 [details]
> Different patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=257917&action=review
>
> > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1600
> > + if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland)
> > + return;
>
> Should this throw a warning?
I don't think so, this will always be called on construction, because the default value of the setting is TRUE and all properties in WebKitSettings are construct properties.
--
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/20150731/8f2cc6ad/attachment.html>
More information about the webkit-unassigned
mailing list