| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index c090be4292b1556d8823cb376bfdb818b280cd18..4a0f11bc05bd670651df91ebbb04e40b7985d32c 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -10210,10 +10210,6 @@ class Event extends NativeFieldWrapperClass1 {
|
| void set returnValue(bool value) native "Event_returnValue_Setter";
|
|
|
|
|
| - /** @domName Event.srcElement */
|
| - EventTarget get srcElement native "Event_srcElement_Getter";
|
| -
|
| -
|
| /** @domName Event.target */
|
| EventTarget get target native "Event_target_Getter";
|
|
|
|
|