| Index: lib/dom/scripts/generator.py
|
| diff --git a/lib/dom/scripts/generator.py b/lib/dom/scripts/generator.py
|
| index 2813cdb202a9ceadb046886e99f44896de1024fa..b80fb56fe41c39cae09fe82da41e68af98998eeb 100644
|
| --- a/lib/dom/scripts/generator.py
|
| +++ b/lib/dom/scripts/generator.py
|
| @@ -719,6 +719,7 @@ _idl_type_registry = {
|
| 'Flags': PrimitiveIDLTypeInfo('Flags', dart_type='Object'),
|
| 'DOMTimeStamp': PrimitiveIDLTypeInfo('DOMTimeStamp', dart_type='int', native_type='unsigned long long'),
|
| 'object': PrimitiveIDLTypeInfo('object', dart_type='Object', native_type='ScriptValue'),
|
| + 'PositionOptions': PrimitiveIDLTypeInfo('PositionOptions', dart_type='Object'),
|
| # TODO(sra): Come up with some meaningful name so that where this appears in
|
| # the documentation, the user is made aware that only a limited subset of
|
| # serializable types are actually permitted.
|
|
|