--- old/modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java 2016-06-03 11:04:25.225423350 -0700 +++ new/modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java 2016-06-03 11:04:25.077423351 -0700 @@ -574,7 +574,7 @@ final StyleMap styleMap = getStyleMap(node); if (styleMap == null) { cacheContainer = null; - node.impl_reapplyCSS(); + node.reapplyCSS(); return; } @@ -591,7 +591,7 @@ // Shared cache was blown away by StyleManager. // Therefore, this CssStyleHelper is no good. cacheContainer = null; - node.impl_reapplyCSS(); + node.reapplyCSS(); return; } @@ -1997,7 +1997,7 @@ /** - * Called from Node impl_getMatchingStyles + * Called from Node NodeHelper.getMatchingStyles * @param styleable * @param styleableProperty * @return