Index: Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl |
diff --git a/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl b/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl |
index 41bed63426926774ff93dc9bb263b86b46633471..950a8540be0d4293099603cdb97359ddf9703fac 100644 |
--- a/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl |
+++ b/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl |
@@ -23,9 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// We should also inherit from LSProgressEvent when the idl is added. |
+// TODO(philipj): Remove this interface together with position/totalSize. |
interface XMLHttpRequestProgressEvent : ProgressEvent { |
[DeprecateAs=XHRProgressEventPosition] readonly attribute unsigned long long position; |
[DeprecateAs=XHRProgressEventTotalSize] readonly attribute unsigned long long totalSize; |
}; |
- |