On Tue, 5 Nov 2024 06:45:09 GMT, Ambarish Rapte <ara...@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