| Index: Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| index ae66d382250939edbddfd5ace469d7038a26f8d7..a5ac933fa8e797a3a97992f1851115ac5c9a4b8e 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| @@ -26,6 +26,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://xhr.spec.whatwg.org/#xmlhttprequestupload
|
| +
|
| +// TODO(philipj): The spec has Exposed=(Window,Worker)
|
| +// https://github.com/whatwg/xhr/issues/19
|
| interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
|
| };
|
| -
|
|
|