| 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 f5a4b1a199cb20ce0631965f750924e977921399..1942b0993f5fecf2e50671d390415c6c8e8b2dbc 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -9496,32 +9496,6 @@ class EmbedElement extends _Element_Merged {
|
| // WARNING: Do not edit - generated code.
|
|
|
|
|
| -@DocsEditable
|
| -@DomName('Entity')
|
| -@Experimental // untriaged
|
| -class Entity extends Node {
|
| - Entity.internal() : super.internal();
|
| -
|
| - @DomName('Entity.notationName')
|
| - @DocsEditable
|
| - String get notationName native "Entity_notationName_Getter";
|
| -
|
| - @DomName('Entity.publicId')
|
| - @DocsEditable
|
| - String get publicId native "Entity_publicId_Getter";
|
| -
|
| - @DomName('Entity.systemId')
|
| - @DocsEditable
|
| - String get systemId native "Entity_systemId_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.
|
| -
|
| -
|
| @DomName('EntriesCallback')
|
| // http://www.w3.org/TR/file-system-api/#the-entriescallback-interface
|
| @Experimental
|
| @@ -25975,6 +25949,32 @@ class _Element_Merged extends Element {
|
|
|
|
|
| @DocsEditable
|
| +@DomName('Entity')
|
| +@Experimental // untriaged
|
| +class _Entity extends Node {
|
| + _Entity.internal() : super.internal();
|
| +
|
| + @DomName('Entity.notationName')
|
| + @DocsEditable
|
| + String get notationName native "Entity_notationName_Getter";
|
| +
|
| + @DomName('Entity.publicId')
|
| + @DocsEditable
|
| + String get publicId native "Entity_publicId_Getter";
|
| +
|
| + @DomName('Entity.systemId')
|
| + @DocsEditable
|
| + String get systemId native "Entity_systemId_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('EntryArray')
|
| // http://www.w3.org/TR/file-system-api/#the-entry-interface
|
| @Experimental
|
|
|