| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 21dbe9771a3282bee417c35a4fe97013621b3582..2f2259cf9ce82311f99182db49eab18d87e5dcf4 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12813,9 +12813,9 @@ class HtmlDocument extends Document native "HTMLDocument" {
|
| * * UListElement
|
| * * VideoElement
|
| */
|
| - void register(String tag, Type customElementClass, {String nativeTagName}) {
|
| + void register(String tag, Type customElementClass, {String extendsTag}) {
|
| _registerCustomElement(JS('', 'window'), this, tag, customElementClass,
|
| - nativeTagName);
|
| + extendsTag);
|
| }
|
|
|
| @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
|
|