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

Unified Diff: client/html/generated/src/interface/TableCellElement.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/TableCellElement.dart
diff --git a/client/html/generated/src/interface/TableCellElement.dart b/client/html/generated/src/interface/TableCellElement.dart
deleted file mode 100644
index ea7154730bb857b2fa07df3777e1b4c0d308479b..0000000000000000000000000000000000000000
--- a/client/html/generated/src/interface/TableCellElement.dart
+++ /dev/null
@@ -1,66 +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 TableCellElement extends Element {
-
- String get abbr();
-
- void set abbr(String value);
-
- String get align();
-
- void set align(String value);
-
- String get axis();
-
- void set axis(String value);
-
- String get bgColor();
-
- void set bgColor(String value);
-
- int get cellIndex();
-
- String get ch();
-
- void set ch(String value);
-
- String get chOff();
-
- void set chOff(String value);
-
- int get colSpan();
-
- void set colSpan(int value);
-
- String get headers();
-
- void set headers(String value);
-
- String get height();
-
- void set height(String value);
-
- bool get noWrap();
-
- void set noWrap(bool value);
-
- int get rowSpan();
-
- void set rowSpan(int value);
-
- String get scope();
-
- void set scope(String value);
-
- String get vAlign();
-
- void set vAlign(String value);
-
- String get width();
-
- void set width(String value);
-}

Powered by Google App Engine
This is Rietveld 408576698