RFR: 8342460: Remove calls to doPrivileged in javafx.web [v2]

Andy Goryachev angorya at openjdk.org
Tue Nov 5 20:14:00 UTC 2024


On Tue, 5 Nov 2024 06:45:09 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comments
>
> modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java line 1582:
> 
>> 1580:                         webEngine.debugger.messageCallback;
>> 1581:                 if (messageCallback != null) {
>> 1582:                     messageCallback.call(message);
> 
> @SuppressWarnings("removal") can be removed from this method.

removed, thanks!

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1620#discussion_r1829942027


More information about the openjfx-dev mailing list