Chromium Code Reviews| Index: Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl |
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl b/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl |
| index 7ec93d9c456592106aaca2adfe29e8bdb4fe0cff..11d3352d9e4a81c9632e577f547d71e8c8a187da 100644 |
| --- a/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl |
| +++ b/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - NoInterfaceObject |
| + Exposed=(Window, Worker) |
|
tyoshino (SeeGerritForStatus)
2015/01/19 04:25:53
Shouldn't we align this with [Exposed] for XMLHttp
Paritosh Kumar
2015/01/20 03:49:13
Thanks. As per my reading and understanding, I thi
tyoshino (SeeGerritForStatus)
2015/01/28 14:50:08
Looks good
|
| ] interface XMLHttpRequestEventTarget : EventTarget { |
| attribute EventHandler onabort; |
| attribute EventHandler onerror; |