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

Unified Diff: client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
index ee55641af20e64f4f74311e4b2124e222f8194ed..b25b66e5ae0eddffe7f78976208b3dcce314ec79 100644
--- a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
@@ -11,6 +11,12 @@ class _HTMLElementWrappingImplementation extends _ElementWrappingImplementation
return new _HTMLElementWrappingImplementation();
}
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
+
+ void set accessKey(String value) { _set_accessKey(this, value); }
+ static void _set_accessKey(var _this, String value) native;
+
HTMLCollection get children() { return _get_children(this); }
static HTMLCollection _get_children(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698