Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: client/html/generated/src/interface/ImageElement.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/html/generated/src/interface/ImageElement.dart
diff --git a/client/html/generated/src/interface/ImageElement.dart b/client/html/generated/src/interface/ImageElement.dart
deleted file mode 100644
index d19f54cb487d7d0413bb43d3f70bd459b569d1cc..0000000000000000000000000000000000000000
--- a/client/html/generated/src/interface/ImageElement.dart
+++ /dev/null
@@ -1,74 +0,0 @@
-// Copyright (c) 2011, 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 ImageElement extends Element {
-
- String get align();
-
- void set align(String value);
-
- String get alt();
-
- void set alt(String value);
-
- String get border();
-
- void set border(String value);
-
- bool get complete();
-
- String get crossOrigin();
-
- void set crossOrigin(String value);
-
- int get height();
-
- void set height(int value);
-
- int get hspace();
-
- void set hspace(int value);
-
- bool get isMap();
-
- void set isMap(bool value);
-
- String get longDesc();
-
- void set longDesc(String value);
-
- String get lowsrc();
-
- void set lowsrc(String value);
-
- String get name();
-
- void set name(String value);
-
- int get naturalHeight();
-
- int get naturalWidth();
-
- String get src();
-
- void set src(String value);
-
- String get useMap();
-
- void set useMap(String value);
-
- int get vspace();
-
- void set vspace(int value);
-
- int get width();
-
- void set width(int value);
-
- int get x();
-
- int get y();
-}

Powered by Google App Engine
This is Rietveld 408576698