--- old/modules/web/src/main/java/javafx/scene/web/HTMLEditor.java 2016-06-03 22:22:31.911310007 -0700 +++ new/modules/web/src/main/java/javafx/scene/web/HTMLEditor.java 2016-06-03 22:22:31.763310008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,6 +26,7 @@ package javafx.scene.web; +import com.sun.javafx.scene.control.ControlHelper; import javafx.css.StyleableProperty; import javafx.scene.control.Control; @@ -46,7 +47,7 @@ * Creates a new instance of the HTMLEditor control. */ public HTMLEditor() { - ((StyleableProperty)super.skinClassNameProperty()).applyStyle( + ((StyleableProperty) ControlHelper.skinClassNameProperty(this)).applyStyle( null, "javafx.scene.web.HTMLEditorSkin" );