Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless definition from IDBDatabase.idl
https://bugs.webkit.org/show_bug.cgi?id=231997 Reviewed by Chris Dumez. DOMStringList is also iterable in WebKit now, so we don't need to keep this definition for compatibility (see w3c/IndexedDB#85 (comment)). Covered by existing test storage/indexeddb/transaction-basics.html, which verifies that DOMStringList can be argument for IDBDatabase.transaction(). * Modules/indexeddb/IDBDatabase.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@284550 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information