| Index: tools/dom/scripts/dartmetadata.py
|
| diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
|
| index 8b6063cd3f724fea6fc348e012d896e08facfcb7..328b350c9f18ec1d95a34cc921daab3b8377110c 100644
|
| --- a/tools/dom/scripts/dartmetadata.py
|
| +++ b/tools/dom/scripts/dartmetadata.py
|
| @@ -502,10 +502,10 @@ _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'WebGLRenderingContext': _webgl_annotations,
|
| 'WebSocket': _all_but_ie9_annotations,
|
| 'Worker': _all_but_ie9_annotations,
|
| - 'XMLHttpRequest.onloadend': _all_but_ie9_annotations,
|
| - 'XMLHttpRequest.onprogress': _all_but_ie9_annotations,
|
| 'XMLHttpRequest.overrideMimeType': _no_ie_annotations,
|
| 'XMLHttpRequest.response': _all_but_ie9_annotations,
|
| + 'XMLHttpRequestEventTarget.onloadend': _all_but_ie9_annotations,
|
| + 'XMLHttpRequestEventTarget.onprogress': _all_but_ie9_annotations,
|
| 'XMLHttpRequestProgressEvent': _webkit_experimental_annotations,
|
| 'XSLTProcessor': [
|
| "@SupportedBrowser(SupportedBrowser.CHROME)",
|
|
|