modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageFrameWorkQueue.cpp:129:132: error: cannot pass non-trivial object of type 'WTF::CString' to variadic function; expected type from format string was 'char *' [-Wnon-pod-varargs]
LOG(Images, "ImageFrameWorkQueue::%s - %p - url: %s. Decoding was cancelled for frame at index = %d.", __FUNCTION__, this, source->sourceUTF8(), request.index);
~~ ^~~~~~~~~~~~~~~~~~~~
modules/javafx.web/build/mac/WTF/Headers/wtf/Assertions.h:572:43: note: expanded from macro 'LOG'
WTFLog(&LOG_CHANNEL(channel), __VA_ARGS__); \