Index: lib/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart |
diff --git a/lib/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart b/lib/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart |
index 55e1fc794417010a1c26522d749b299567165322..ecdd27a5b428227cb8e72248c1c3b2f95ea46cf5 100644 |
--- a/lib/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart |
+++ b/lib/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart |
@@ -14,7 +14,7 @@ class XMLHttpRequestProgressEventWrappingImplementation extends ProgressEventWra |
return LevelDom.wrapProgressEvent(e); |
} |
- int get position() => _ptr.position; |
+ int get position => _ptr.position; |
- int get totalSize() => _ptr.totalSize; |
+ int get totalSize => _ptr.totalSize; |
} |