| Index: client/dom/generated/src/interface/HTMLObjectElement.dart
|
| diff --git a/client/dom/generated/src/interface/HTMLObjectElement.dart b/client/dom/generated/src/interface/HTMLObjectElement.dart
|
| deleted file mode 100644
|
| index f08f6f53311a07cb4e1ace78b8896342ba347e1d..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/interface/HTMLObjectElement.dart
|
| +++ /dev/null
|
| @@ -1,56 +0,0 @@
|
| -// 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.
|
| -
|
| -interface HTMLObjectElement extends HTMLElement {
|
| -
|
| - String align;
|
| -
|
| - String archive;
|
| -
|
| - String border;
|
| -
|
| - String code;
|
| -
|
| - String codeBase;
|
| -
|
| - String codeType;
|
| -
|
| - final Document contentDocument;
|
| -
|
| - String data;
|
| -
|
| - bool declare;
|
| -
|
| - final HTMLFormElement form;
|
| -
|
| - String height;
|
| -
|
| - int hspace;
|
| -
|
| - String name;
|
| -
|
| - String standby;
|
| -
|
| - String type;
|
| -
|
| - String useMap;
|
| -
|
| - final String validationMessage;
|
| -
|
| - final ValidityState validity;
|
| -
|
| - int vspace;
|
| -
|
| - String width;
|
| -
|
| - final bool willValidate;
|
| -
|
| - bool checkValidity();
|
| -
|
| - SVGDocument getSVGDocument();
|
| -
|
| - void setCustomValidity(String error);
|
| -}
|
|
|