| Index: pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart b/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| index d0cb36a56787093cb4543050b3d0d79be26844b0..248f8aab63f82d426dd314f8ed25cfff534d3f1a 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -44845,7 +44845,7 @@ class _KeyboardEventHandler extends EventStreamProvider<KeyEvent> {
|
| // Opera reports the character code in the keyCode field.
|
| e._shadowCharCode = KeyCode.isCharacterKey(e.keyCode) ? e.keyCode : 0;
|
| }
|
| - // Now we guestimate about what the keycode is that was actually
|
| + // Now we guesstimate about what the keycode is that was actually
|
| // pressed, given previous keydown information.
|
| e._shadowKeyCode = _determineKeyCodeForKeypress(e);
|
|
|
|
|