| Index: tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate
|
| index 23e22bf601e94a59527aa4d1d52ebf6779eecdb7..bbd6aeb7df7f3c992139b161ff93ba49f7be6147 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate
|
| @@ -62,5 +62,8 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
|
|
| @DomName('KeyboardEvent.charCode')
|
| int get charCode => _charCode;
|
| +
|
| + @DomName('KeyboardEvent.which')
|
| + int get which => _which;
|
| $!MEMBERS
|
| }
|
|
|