| 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 ea38b93dfe008a3c2fc6e7a3dad8c14f72107311..e9de90924f2478e9ffb7fe439542e03c4f2d4224 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -9163,28 +9163,6 @@ class EmbedElement extends Element native "HTMLEmbedElement" {
|
| // 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.
|
|
|
| -
|
| -@DocsEditable
|
| -@DomName('Entity')
|
| -@Experimental // untriaged
|
| -class Entity extends Node native "Entity" {
|
| -
|
| - @DomName('Entity.notationName')
|
| - @DocsEditable
|
| - final String notationName;
|
| -
|
| - @DomName('Entity.publicId')
|
| - @DocsEditable
|
| - final String publicId;
|
| -
|
| - @DomName('Entity.systemId')
|
| - @DocsEditable
|
| - final String systemId;
|
| -}
|
| -// 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.
|
|
|
|
|
| @@ -24222,6 +24200,28 @@ class _DomPoint native "WebKitPoint" {
|
|
|
|
|
| @DocsEditable
|
| +@DomName('Entity')
|
| +@Experimental // untriaged
|
| +class _Entity extends Node native "Entity" {
|
| +
|
| + @DomName('Entity.notationName')
|
| + @DocsEditable
|
| + final String notationName;
|
| +
|
| + @DomName('Entity.publicId')
|
| + @DocsEditable
|
| + final String publicId;
|
| +
|
| + @DomName('Entity.systemId')
|
| + @DocsEditable
|
| + final String systemId;
|
| +}
|
| +// 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.
|
| +
|
| +
|
| +@DocsEditable
|
| @DomName('EntryArray')
|
| // http://www.w3.org/TR/file-system-api/#the-entry-interface
|
| @Experimental
|
|
|