| Index: lib/dom/scripts/systemnative.py
|
| diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
|
| index 0cbf51f365a7d8f5409c7039539b222759e71e24..3629bc5750dc06db5dd6792ecdeb6ea3c55839dd 100644
|
| --- a/lib/dom/scripts/systemnative.py
|
| +++ b/lib/dom/scripts/systemnative.py
|
| @@ -462,16 +462,6 @@ class NativeImplementationGenerator(systemwrapping.WrappingInterfaceGenerator):
|
| # FIXME: exclude from interface as well.
|
| return
|
|
|
| - # FIXME: these should go away.
|
| - classes_with_unsupported_custom_getters = [
|
| - 'Coordinates',
|
| - 'HTMLOutputElement',
|
| - 'ScriptProfileNode',
|
| - 'WebKitAnimation' ]
|
| - if (self._interface.id in classes_with_unsupported_custom_getters and
|
| - getter and set(['Custom', 'CustomGetter']) & set(getter.ext_attrs)):
|
| - return
|
| -
|
| if getter:
|
| self._AddGetter(getter)
|
| if setter:
|
|
|