[Webkit-unassigned] [Bug 174792] New: [GTK][WPE] Remove useless conditional in IconDatabase::setIconDataForIconURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 24 09:35:05 PDT 2017


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

            Bug ID: 174792
           Summary: [GTK][WPE] Remove useless conditional in
                    IconDatabase::setIconDataForIconURL
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

We have in IconDatabase::setIconDataForIconURL some code in a conditional to check if it's not being executed on the icon sync thread. But at the top of the function is an assertion to ensure the code is never executed on the icon sync thread. The condition is therefore useless and the code should be executed unconditionally.

-- 
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/20170724/483fe9dc/attachment.html>


More information about the webkit-unassigned mailing list