On Mon, 11 Aug 2025 15:24:47 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Hima Bindu Meda has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   additional fixes for webkit
>
> modules/javafx.web/src/main/native/Source/WebCore/Modules/compression/CompressionStreamEncoder.cpp
>  line 81:
> 
>> 79: #if !PLATFORM(JAVA)
>> 80:     return !m_zstream.getPlatformStream().avail_in && (!m_didFinish || 
>> (m_didFinish && result == Z_STREAM_END));
>> 81: #endif
> 
> I presume this came from upstream code? Was it just missed in the earlier set 
> of updates?
> 
> In any case, this is a no-op, since it is "ifdef"ed out for our build of 
> WebKit.

Yes, this has been missed from the upstream code during update.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1865#discussion_r2267278747

Reply via email to