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/_HTMLAnchorElementWrappingImplementation.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/_HTMLAnchorElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
index 31653a0dea7919aa69654eb4ecba43b13ecc1723..761259b38344d7098c4c37008d6931351694f10f 100644
--- a/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
@@ -11,12 +11,6 @@ class _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLAnchorElementWrappingImplementation();
}
- 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 charset() { return _get_charset(this); }
static String _get_charset(var _this) native;
@@ -137,11 +131,6 @@ class _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImple
void set type(String value) { _set_type(this, value); }
static void _set_type(var _this, String value) native;
- String getParameter(String name) {
- return _getParameter(this, name);
- }
- static String _getParameter(receiver, name) native;
-
String toString() {
return _toString(this);
}

Powered by Google App Engine
This is Rietveld 408576698