On Fri, 28 Feb 2020 11:58:22 GMT, Johan Vos <j...@openjdk.org> wrote:
> Make modifications to javafx.web files for iOS, so that it can compile again. > > Fix for JDK-8240218 The HTMLEditorSkin class needs to move to match the package declaration. The rest looks fine. modules/javafx.web/src/ios/java/com/sun/javafx/scene/web/skin/HTMLEditorSkin.java line 26: > 25: > 26: package javafx.scene.web; > 27: The package and the file location no longer match. I think the file needs to move to `modules/javafx.web/src/ios/java/javafx/scene/web/skin/HTMLEditorSkin.java `. ------------- PR: https://git.openjdk.java.net/jfx/pull/128