< prev index next >

modules/web/src/android/java/javafx/scene/web/WebEngine.java

Print this page

        

*** 1243,1259 **** * the JavaFX Application Thread. * The message callback object registered with the debugger * is always called on the JavaFX Application Thread. * @return the debugger associated with this web engine. * The return value cannot be {@code null}. - * @treatAsPrivate This is an internal API that can be changed or - * removed in the future. - * @deprecated This is an internal API that can be changed or - * removed in the future. */ ! @Deprecated ! public Debugger impl_getDebugger() { return debugger; } /** * The debugger implementation. --- 1243,1254 ---- * the JavaFX Application Thread. * The message callback object registered with the debugger * is always called on the JavaFX Application Thread. * @return the debugger associated with this web engine. * The return value cannot be {@code null}. */ ! Debugger getDebugger() { return debugger; } /** * The debugger implementation.
< prev index next >