| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index cd73653d5daa27206d030a1ee7a6719281742081..9828b8257caa97c696a1f575eb1f6ec0653d335c 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -12,12 +12,12 @@ from systemfrog import *
|
| from systeminterface import *
|
|
|
| _js_custom_members = set([
|
| + 'IDBDatabase.transaction',
|
| 'IFrameElement.contentWindow',
|
| 'Window.document',
|
| 'Window.top',
|
| 'Window.location',
|
| 'Window.open',
|
| - 'IDBDatabase.transaction',
|
| ])
|
|
|
| # This map controls merging of interfaces in dart:html library.
|
|
|