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

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/webexposed/global-interface-listing-shared-worker-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..7b5cd5d3435ae9f5eee929ccdad3f11aa4f3593e 100644
--- a/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
+++ b/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
@@ -25,7 +25,7 @@
*/
[
- NoInterfaceObject
+ Exposed=(Window,DedicatedWorker,SharedWorker)
] interface XMLHttpRequestEventTarget : EventTarget {
attribute EventHandler onabort;
attribute EventHandler onerror;
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698