Skip to content

Commit

Permalink
try htmlunitcorejs 3.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 25, 2023
1 parent fe0e451 commit 33fd76d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<htmlunitcssparser.version>3.6.0</htmlunitcssparser.version>
<htmlunitneko.version>3.6.0</htmlunitneko.version>
<htmlunitcorejs.version>3.6.0</htmlunitcorejs.version>
<htmlunitcorejs.version>3.7.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>

<htmlunitdriver.version>4.13.0</htmlunitdriver.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ protected boolean hasFeature(final Context cx, final int featureIndex) {
return browserVersion_.hasFeature(JS_ARGUMENTS_READ_ONLY_ACCESSED_FROM_FUNCTION);
case Context.FEATURE_HTMLUNIT_FUNCTION_DECLARED_FORWARD_IN_BLOCK:
return true;
case Context.FEATURE_HTMLUNIT_ENUM_NUMBERS_FIRST:
return true;
case Context.FEATURE_HTMLUNIT_MEMBERBOX_NAME:
return browserVersion_.hasFeature(JS_PROPERTY_DESCRIPTOR_NAME);
case Context.FEATURE_HTMLUNIT_MEMBERBOX_NEWLINE:
Expand Down

0 comments on commit 33fd76d

Please sign in to comment.