| Index: tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate b/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| index fec434127b637751cd4056633f02483ec980c4fe..19d77d18d30019b0d7f6700e1a1cd5a3f9e0f33e 100644
|
| --- a/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| @@ -48,8 +48,8 @@ $else
|
| @JSName('data')
|
| @DomName('MessageEvent.data')
|
| @DocsEditable()
|
| - @Creates('Null')
|
| - @Returns('Object|Null')
|
| + @annotation_Creates_SerializedScriptValue
|
| + @annotation_Returns_SerializedScriptValue
|
| final dynamic _get_data;
|
|
|
| $endif
|
|
|