| 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 2fa3aff55604e7f92c63f849b0db259041639a41..862f9eb22667b2194a4c390f54815efdcb50443b 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -18971,27 +18971,6 @@ typedef void RtcStatsCallback(RtcStatsResponse response);
|
| // WARNING: Do not edit - generated code.
|
|
|
|
|
| -@DocsEditable
|
| -@DomName('RadioNodeList')
|
| -class RadioNodeList extends NodeList {
|
| - RadioNodeList.internal() : super.internal();
|
| -
|
| - @DomName('RadioNodeList.value')
|
| - @DocsEditable
|
| - String get value native "RadioNodeList_value_Getter";
|
| -
|
| - @DomName('RadioNodeList.value')
|
| - @DocsEditable
|
| - void set value(String value) native "RadioNodeList_value_Setter";
|
| -
|
| -}
|
| -// 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.
|
| -
|
| -
|
| @DomName('Range')
|
| class Range extends NativeFieldWrapperClass1 {
|
| factory Range() => document.$dom_createRange();
|
| @@ -27447,6 +27426,16 @@ abstract class _RGBColor extends NativeFieldWrapperClass1 {
|
| _RGBColor.internal();
|
|
|
| }
|
| +// Copyright (c) 2013, 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.
|
| +
|
| +
|
| +@DomName('RadioNodeList')
|
| +class _RadioNodeList extends NodeList {
|
| + _RadioNodeList.internal() : super.internal();
|
| +
|
| +}
|
| // 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.
|
|
|