Commit 9e28feec authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

IndexedDB: Remove RuntimeEnabledFlag IDBTransactionCommit.

IDBTransactionCommit has been "stable" since M76. At this point, it is a
permanent part of the Web platform.

Bug: 898257
Change-Id: I8fbb5574c01a5f36dc1d785451f5f4cf7b21510c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806163
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696735}
parent 21438bcf
...@@ -47,10 +47,7 @@ enum IDBTransactionMode { ...@@ -47,10 +47,7 @@ enum IDBTransactionMode {
// Methods // Methods
[RaisesException] IDBObjectStore objectStore(DOMString name); [RaisesException] IDBObjectStore objectStore(DOMString name);
[ [RaisesException] void commit();
RaisesException,
RuntimeEnabled=IDBTransactionCommit
] void commit();
[RaisesException] void abort(); [RaisesException] void abort();
// Events // Events
......
...@@ -779,10 +779,6 @@ ...@@ -779,10 +779,6 @@
name: "IDBRelaxedDurability", name: "IDBRelaxedDurability",
status: "experimental", status: "experimental",
}, },
{
name: "IDBTransactionCommit",
status: "stable",
},
{ {
name: "IdleDetection", name: "IdleDetection",
status: "experimental", status: "experimental",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment