[Webkit-unassigned] [Bug 169987] New: NeverDestroyed<MediaQueryEvaluator> must explicitly construct with a String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 18:52:24 PDT 2017


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

            Bug ID: 169987
           Summary: NeverDestroyed<MediaQueryEvaluator> must explicitly
                    construct with a String
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com

CSSDefaultStyleSheets creates a static MediaQueryEvaluator, but thanks to the template magic of NeverDestroyed, it was converting the char* argument into a bool, and calling the wrong constructor.

-- 
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/20170323/665cfd65/attachment.html>


More information about the webkit-unassigned mailing list