RESOLVED FIXED Bug 169987
NeverDestroyed<MediaQueryEvaluator> must explicitly construct with a String
https://bugs.webkit.org/show_bug.cgi?id=169987
Summary NeverDestroyed<MediaQueryEvaluator> must explicitly construct with a String
Dean Jackson
Reported 2017-03-22 18:52:24 PDT
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.
Attachments
Patch (2.20 KB, patch)
2017-03-22 18:57 PDT, Dean Jackson
achristensen: review+
Dean Jackson
Comment 1 2017-03-22 18:53:04 PDT
Dean Jackson
Comment 2 2017-03-22 18:57:04 PDT
Dean Jackson
Comment 3 2017-03-23 11:19:12 PDT
Note You need to log in before you can comment on or make changes to this bug.