Chromium Code Reviews

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

Issue 1310543002: Update the visibility of XHR-related interfaces to match spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
diff --git a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
index a5ac933fa8e797a3a97992f1851115ac5c9a4b8e..325a6ffdba5c7115d6edb46fc111b9bd51cf6ffa 100644
--- a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
+++ b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
@@ -28,7 +28,7 @@
// https://xhr.spec.whatwg.org/#xmlhttprequestupload
-// TODO(philipj): The spec has Exposed=(Window,Worker)
-// https://github.com/whatwg/xhr/issues/19
-interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
+[
+ Exposed=(Window,DedicatedWorker,SharedWorker)
+] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
};
« no previous file with comments | « Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine