Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1518)

Unified Diff: Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl

Issue 848173003: Dropping [NoInterfaceObject] from XMLHttpRequestEventTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestEventTarget-interface-is-visible-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestEventTarget-interface-is-visible-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698