| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index f7d341adb111a5f17c7148097c4b0419fcac9be7..83a80661271e600fe52115cfb0435c868558fdbd 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -23,9 +23,10 @@ _js_custom_members = set([
|
| 'MouseEvent.offsetY',
|
| 'TableElement.createTBody',
|
| 'Window.document',
|
| - 'Window.top',
|
| + 'Window.indexedDB',
|
| 'Window.location',
|
| 'Window.open',
|
| + 'Window.top',
|
| 'Window.webkitCancelAnimationFrame',
|
| 'Window.webkitRequestAnimationFrame',
|
| ])
|
|
|