| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index 855b6b13d9b73edc1160e11d6c9d1dc387004e9e..2d590934a1dff5215a73d57ce8d95605157f7516 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -259,6 +259,7 @@ _html_library_custom = set([
|
| 'IFrameElement.get:contentWindow',
|
| 'Window.get:document',
|
| 'Window.get:top',
|
| + 'IDBDatabase.transaction',
|
| ])
|
|
|
| # Events without onEventName attributes in the IDL we want to support.
|
|
|