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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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/_HTMLHeadElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLHeadElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLHeadElementWrappingImplementation.dart
index 6617c6c649c24bc19025b373c9eab8de3f9b1e94..18dc7c83be1fe61914a78d8ed960046afd29d1b9 100644
--- a/client/dom/generated/src/wrapping/_HTMLHeadElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLHeadElementWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _HTMLHeadElementWrappingImplementation extends _HTMLElementWrappingImpleme
return new _HTMLHeadElementWrappingImplementation();
}
- String get profile() { return _get__HTMLHeadElement_profile(this); }
- static String _get__HTMLHeadElement_profile(var _this) native;
+ String get profile() { return _get_profile(this); }
+ static String _get_profile(var _this) native;
- void set profile(String value) { _set__HTMLHeadElement_profile(this, value); }
- static void _set__HTMLHeadElement_profile(var _this, String value) native;
+ void set profile(String value) { _set_profile(this, value); }
+ static void _set_profile(var _this, String value) native;
String get typeName() { return "HTMLHeadElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698