| Index: lib/dom/scripts/systemnative.py
|
| diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
|
| index 416af3de7e16362fac1222c49f542baa86924311..4ace84f8694360521d96d6e4f34fa96e64e9841d 100644
|
| --- a/lib/dom/scripts/systemnative.py
|
| +++ b/lib/dom/scripts/systemnative.py
|
| @@ -465,7 +465,7 @@ class NativeImplementationGenerator(systemwrapping.WrappingInterfaceGenerator):
|
| # FIXME: these should go away.
|
| classes_with_unsupported_custom_getters = [
|
| 'Clipboard', 'Console', 'Coordinates', 'DeviceMotionEvent',
|
| - 'DeviceOrientationEvent', 'FileReader', 'JavaScriptCallFrame',
|
| + 'DeviceOrientationEvent', 'JavaScriptCallFrame',
|
| 'HTMLInputElement', 'HTMLOptionsCollection', 'HTMLOutputElement',
|
| 'ScriptProfileNode', 'WebKitAnimation']
|
| if (self._interface.id in classes_with_unsupported_custom_getters and
|
|
|