File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17187,7 +17187,7 @@ class GrammarParser {
17187
17187
_failure(_expect83);
17188
17188
}
17189
17189
if (success) {
17190
- final $1 = $$;
17190
+ final $1 = $$[2] ;
17191
17191
final $start = startPos1;
17192
17192
var pos0 = _startPos;
17193
17193
$$ = ((offset, expires) {
@@ -17492,7 +17492,7 @@ class GrammarParser {
17492
17492
if (!success && _cursor > _testing) {
17493
17493
_failure(_expect114);
17494
17494
}
17495
- return $$ ;
17495
+ return data ;
17496
17496
}
17497
17497
17498
17498
dynamic _parse_substate_value() {
@@ -22477,7 +22477,7 @@ class GrammarParser {
22477
22477
if (!success && _cursor > _testing) {
22478
22478
_failure(_expect113);
22479
22479
}
22480
- return $$ ;
22480
+ return data ;
22481
22481
}
22482
22482
22483
22483
dynamic parse_Supported() {
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ class RTCSession extends EventManager implements Owner {
759
759
_is_canceled = true ;
760
760
_cancel_reason = cancel_reason;
761
761
} else if (_status == C .STATUS_1XX_RECEIVED ) {
762
- _request.cancel (cancel_reason);
762
+ _request.cancel (cancel_reason ?? '' );
763
763
}
764
764
765
765
_status = C .STATUS_CANCELED ;
You can’t perform that action at this time.
0 commit comments