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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List 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/_HTMLLinkElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLLinkElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLinkElementWrappingImplementation.dart
index 54461b710a4a576c28b60ce32ab7f387ab3300c5..b7ab0c3a0fab1fae4d3bb083a84feedffe6d5dfb 100644
--- a/client/dom/generated/src/wrapping/_HTMLLinkElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLLinkElementWrappingImplementation.dart
@@ -56,6 +56,12 @@ class _HTMLLinkElementWrappingImplementation extends _HTMLElementWrappingImpleme
StyleSheet get sheet() { return _get__HTMLLinkElement_sheet(this); }
static StyleSheet _get__HTMLLinkElement_sheet(var _this) native;
+ DOMSettableTokenList get sizes() { return _get__HTMLLinkElement_sizes(this); }
+ static DOMSettableTokenList _get__HTMLLinkElement_sizes(var _this) native;
+
+ void set sizes(DOMSettableTokenList value) { _set__HTMLLinkElement_sizes(this, value); }
+ static void _set__HTMLLinkElement_sizes(var _this, DOMSettableTokenList value) native;
+
String get target() { return _get__HTMLLinkElement_target(this); }
static String _get__HTMLLinkElement_target(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698