| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index cad530dd34b91ccd675010fe9ef5dc9b3e3dc51c..bbbf10a0fca8b6589b6d4be0697b373f76e9c0ca 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -8021,10 +8021,6 @@ class Event native "*Event" {
|
| /** @domName Event.returnValue */
|
| bool returnValue;
|
|
|
| - /** @domName Event.srcElement */
|
| - EventTarget get srcElement => _convertNativeToDart_EventTarget(this._srcElement);
|
| - dynamic get _srcElement => JS("dynamic", "#.srcElement", this);
|
| -
|
| /** @domName Event.target */
|
| EventTarget get target => _convertNativeToDart_EventTarget(this._target);
|
| dynamic get _target => JS("dynamic", "#.target", this);
|
|
|