| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index b91a20d1f3bc2bb4b3c44758a0bf070d00c54237..bf656e01dab8a16fa0e575796f926df47be28cd9 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -25,10 +25,12 @@ _js_custom_members = set([
|
| 'SelectElement.options',
|
| 'SelectElement.selectedOptions',
|
| 'TableElement.createTBody',
|
| + 'LocalWindow.cancelAnimationFrame',
|
| 'LocalWindow.document',
|
| 'LocalWindow.indexedDB',
|
| 'LocalWindow.location',
|
| 'LocalWindow.open',
|
| + 'LocalWindow.requestAnimationFrame',
|
| 'LocalWindow.webkitCancelAnimationFrame',
|
| 'LocalWindow.webkitRequestAnimationFrame',
|
| 'WheelEvent.wheelDeltaX',
|
|
|