Skip to content

Commit

Permalink
remove no longer required feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 27, 2023
1 parent ae83055 commit 67f4531
Showing 1 changed file with 0 additions and 2 deletions.
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 67f4531

Please sign in to comment.