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

Unified Diff: client/dom/dom.dart

Issue 9695015: Provide DartDomNameOfAttribute (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix native Created 8 years, 9 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
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | client/dom/scripts/generator.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/dom.dart
diff --git a/client/dom/dom.dart b/client/dom/dom.dart
index b96c6ad08fc3e598f3d163ebbdf63f6b4cefbcea..f48d8768be98811b28fccdb57c720d591dadafe4 100644
--- a/client/dom/dom.dart
+++ b/client/dom/dom.dart
@@ -4782,6 +4782,8 @@ interface HTMLTrackElement extends HTMLElement {
static final int NONE = 0;
+ bool defaultValue;
+
String kind;
String label;
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | client/dom/scripts/generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698