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

Unified Diff: client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.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/_HTMLLabelElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
index 9ddbf23b826fa7db482c6086847fd62dd3024077..3ba739333414b86a11575fa8e49dbeeac7014bb7 100644
--- a/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLLabelElementWrappingImplementation.dart
@@ -11,12 +11,6 @@ class _HTMLLabelElementWrappingImplementation extends _HTMLElementWrappingImplem
return new _HTMLLabelElementWrappingImplementation();
}
- 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;
-
HTMLElement get control() { return _get_control(this); }
static HTMLElement _get_control(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698