| Index: lib/dom/scripts/systemnative.py
|
| diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
|
| index fee48c11f700a527c6164b548f863377eb18dcd5..5a231cb12e70d1db45c13fa89fe0ad39fadd78ef 100644
|
| --- a/lib/dom/scripts/systemnative.py
|
| +++ b/lib/dom/scripts/systemnative.py
|
| @@ -430,6 +430,8 @@ class NativeImplementationGenerator(systembase.BaseGenerator):
|
| webcore_function_name = 'getNonEmptyURLAttribute'
|
| else:
|
| webcore_function_name = 'getURLAttribute'
|
| + elif 'ImplementedAs' in attr.ext_attrs:
|
| + webcore_function_name = attr.ext_attrs['ImplementedAs']
|
| else:
|
| if attr.id == 'operator':
|
| webcore_function_name = '_operator'
|
|
|