Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / XMLHttpRequestProgressEvent.idl
index a28d64b..41bed63 100644 (file)
@@ -25,7 +25,7 @@
 
 // We should also inherit from LSProgressEvent when the idl is added.
 interface XMLHttpRequestProgressEvent : ProgressEvent {
-     [MeasureAs=XHRProgressEventPosition] readonly attribute unsigned long long position;
-     [MeasureAs=XHRProgressEventTotalSize] readonly attribute unsigned long long totalSize;
+     [DeprecateAs=XHRProgressEventPosition] readonly attribute unsigned long long position;
+     [DeprecateAs=XHRProgressEventTotalSize] readonly attribute unsigned long long totalSize;
 };