We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7736a94 commit baf43c0Copy full SHA for baf43c0
src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -916,7 +916,7 @@ public final Object run(final Context cx) {
916
protected abstract String getSourceCode(Context cx);
917
}
918
919
- void doProcessPostponedActions() {
+ private void doProcessPostponedActions() {
920
holdPostponedActions_ = false;
921
922
final WebClient webClient = getWebClient();
0 commit comments