Integrated: 8252062: WebKit build fails with recent VS 2019 compiler
Arun Joseph
ajoseph at openjdk.java.net
Wed Sep 2 15:48:29 UTC 2020
On Wed, 2 Sep 2020 11:22:45 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:
> The WebKit build fails with recent VS 2019 compiler.
>
> Bug: This MediaQueryEvaluator constructor takes a String parameter, but the conversion of char* to String is failing.
>
> Fix: Use the default constructor of MediaQueryEvaluator, which also returns true for "all".
>
> Test: Build webkit with the recent VS 2019 compiler with and without this fix. It should fail without the fix and build
> with the fix.
This pull request has now been integrated.
Changeset: 8e3616cf
Author: Arun Joseph <ajoseph at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/8e3616cf
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8252062: WebKit build fails with recent VS 2019 compiler
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/294
More information about the openjfx-dev
mailing list