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

Unified Diff: client/html/generated/html/frog/AreaElement.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/html/frog/AreaElement.dart
diff --git a/client/html/generated/html/frog/AreaElement.dart b/client/html/generated/html/frog/AreaElement.dart
new file mode 100644
index 0000000000000000000000000000000000000000..e9a81d929b715921a9c84109f372724bed1aa8ee
--- /dev/null
+++ b/client/html/generated/html/frog/AreaElement.dart
@@ -0,0 +1,31 @@
+
+class _AreaElementImpl extends _ElementImpl implements AreaElement native "*HTMLAreaElement" {
+
+ String alt;
+
+ String coords;
+
+ final String hash;
+
+ final String host;
+
+ final String hostname;
+
+ String href;
+
+ bool noHref;
+
+ final String pathname;
+
+ String ping;
+
+ final String port;
+
+ final String protocol;
+
+ final String search;
+
+ String shape;
+
+ String target;
+}

Powered by Google App Engine
This is Rietveld 408576698