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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class HTMLLabelElement extends HTMLElement native "*HTMLLabelElement" { 2 class HTMLLabelElement extends HTMLElement native "*HTMLLabelElement" {
3 3
4 String accessKey;
5
6 HTMLElement control; 4 HTMLElement control;
7 5
8 HTMLFormElement form; 6 HTMLFormElement form;
9 7
10 String htmlFor; 8 String htmlFor;
11 } 9 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLInputElement.dart ('k') | client/dom/generated/src/frog/HTMLLegendElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698