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

Side by Side Diff: client/dom/generated/src/frog/HTMLTableRowElement.dart

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class HTMLTableRowElement extends HTMLElement native "HTMLTableRowElement" { 2 class HTMLTableRowElement extends HTMLElement native "*HTMLTableRowElement" {
3 3
4 String align; 4 String align;
5 5
6 String bgColor; 6 String bgColor;
7 7
8 HTMLCollection cells; 8 HTMLCollection cells;
9 9
10 String ch; 10 String ch;
11 11
12 String chOff; 12 String chOff;
13 13
14 int rowIndex; 14 int rowIndex;
15 15
16 int sectionRowIndex; 16 int sectionRowIndex;
17 17
18 String vAlign; 18 String vAlign;
19 19
20 void deleteCell(int index) native; 20 void deleteCell(int index) native;
21 21
22 HTMLElement insertCell(int index) native; 22 HTMLElement insertCell(int index) native;
23 } 23 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLTableElement.dart ('k') | client/dom/generated/src/frog/HTMLTableSectionElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698