Index: Source/core/xml/XMLHttpRequestUpload.idl |
diff --git a/Source/core/xml/XMLHttpRequestUpload.idl b/Source/core/xml/XMLHttpRequestUpload.idl |
index eec9988b33351baa989cc025aaa269c80341a43c..ae66d382250939edbddfd5ace469d7038a26f8d7 100644 |
--- a/Source/core/xml/XMLHttpRequestUpload.idl |
+++ b/Source/core/xml/XMLHttpRequestUpload.idl |
@@ -26,14 +26,6 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface XMLHttpRequestUpload : EventTarget { |
- // From XMLHttpRequestEventTarget |
- // event handler attributes |
- attribute EventHandler onabort; |
- attribute EventHandler onerror; |
- attribute EventHandler onload; |
- attribute EventHandler onloadend; |
- attribute EventHandler onloadstart; |
- attribute EventHandler onprogress; |
+interface XMLHttpRequestUpload : XMLHttpRequestEventTarget { |
}; |