From 5da2c312e011e852ec3dfb0f640238e863e35563 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 7 Aug 2025 19:01:38 -0700 Subject: [PATCH] Remove unnecessary state change in `IDBTransaction::abort()` --- index.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 9d99bcf..9053be0 100644 --- a/index.bs +++ b/index.bs @@ -4932,8 +4932,7 @@ The abort() method steps are: or [=transaction/finished=], then [=exception/throw=] an "{{InvalidStateError}}" {{DOMException}}. -1. Set [=/this=]'s [=transaction/state=] to [=transaction/inactive=] and run - [=abort a transaction=] with [=/this=] and null. +1. Run [=abort a transaction=] with [=/this=] and null.