| 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 4e97d224d149db9b75e12b1f3f1e3a3061e3ec1c..ce848156da0e14d53a29700ed550f42190d34cdd 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12827,9 +12827,9 @@ class HtmlDocument extends Document native "HTMLDocument" {
|
| * * UListElement
|
| * * VideoElement
|
| */
|
| - void register(String tag, Type customElementClass, {String extendsTag}) {
|
| + void register(String tag, Type customElementClass, {String nativeTagName}) {
|
| _registerCustomElement(JS('', 'window'), this, tag, customElementClass,
|
| - extendsTag);
|
| + nativeTagName);
|
| }
|
|
|
| @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
|
|