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

Unified Diff: client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.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, 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/_HTMLLegendElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
index 77fab145d4cd6c267abe5f5ba29828e1a5f1f7a6..a56cc0ec7738d89d7ebf53a0509a0ae8a6e927cc 100644
--- a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
@@ -11,12 +11,6 @@ class _HTMLLegendElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLLegendElementWrappingImplementation();
}
- 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;
-
String get align() { return _get_align(this); }
static String _get_align(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698