Commit 1c4dec98 authored by mrbkap@gmail.com's avatar mrbkap@gmail.com
Browse files

Continue processing the character set even though we found our max. bug 375715, r=crowder

parent 7043a723
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -981,8 +981,8 @@ lexHex:
                                         JSMSG_BAD_CLASS_RANGE);
                    return JS_FALSE;
                }
                target->u.ucclass.bmsize = 65535;
                return JS_TRUE;
                localMax = 65535;
                break;
              case '0':
              case '1':
              case '2':