Skip to content

Commit baf43c0

Browse files
committed
make doProcessPostponedActions() private
1 parent 7736a94 commit baf43c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/htmlunit/javascript/JavaScriptEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ public final Object run(final Context cx) {
916916
protected abstract String getSourceCode(Context cx);
917917
}
918918

919-
void doProcessPostponedActions() {
919+
private void doProcessPostponedActions() {
920920
holdPostponedActions_ = false;
921921

922922
final WebClient webClient = getWebClient();

0 commit comments

Comments
 (0)