|
|
|
@ -77,7 +77,6 @@ class HtmlCharacterEntityDecoder { |
|
|
|
this.nextPotentialReferencePosition = -1; |
|
|
|
this.nextPotentialReferencePosition = -1; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) { |
|
|
|
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) { |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|