Index: sdk/lib/html/dartium/html_dartium.dart |
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart |
index 2267b704924a460d1301c1209a63092c8b13ea5a..bf8e203b1f8dade10d3a92eb52a7da141f19fa87 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -14098,35 +14098,6 @@ class HttpRequest extends XmlHttpRequestEventTarget { |
@DocsEditable() |
-@DomName('XMLHttpRequestProgressEvent') |
-@SupportedBrowser(SupportedBrowser.CHROME) |
-@SupportedBrowser(SupportedBrowser.SAFARI) |
-@Experimental() |
-@Experimental() // nonstandard |
-class HttpRequestProgressEvent extends ProgressEvent { |
- // To suppress missing implicit constructor warnings. |
- factory HttpRequestProgressEvent._() { throw new UnsupportedError("Not supported"); } |
- |
- /// Checks if this type is supported on the current platform. |
- static bool get supported => true; |
- |
- @DomName('XMLHttpRequestProgressEvent.position') |
- @DocsEditable() |
- int get position native "XMLHttpRequestProgressEvent_position_Getter"; |
- |
- @DomName('XMLHttpRequestProgressEvent.totalSize') |
- @DocsEditable() |
- int get totalSize native "XMLHttpRequestProgressEvent_totalSize_Getter"; |
- |
-} |
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
- |
-@DocsEditable() |
@DomName('XMLHttpRequestUpload') |
// http://xhr.spec.whatwg.org/#xmlhttprequestupload |
@Experimental() |
@@ -29680,6 +29651,21 @@ abstract class _WorkerNavigator extends NativeFieldWrapperClass1 implements Navi |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+// WARNING: Do not edit - generated code. |
+ |
+ |
+@DocsEditable() |
+@DomName('XMLHttpRequestProgressEvent') |
+@Experimental() // nonstandard |
+abstract class _XMLHttpRequestProgressEvent extends ProgressEvent { |
+ // To suppress missing implicit constructor warnings. |
+ factory _XMLHttpRequestProgressEvent._() { throw new UnsupportedError("Not supported"); } |
+ |
+} |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+ |
abstract class _AttributeMap implements Map<String, String> { |
final Element _element; |