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

Unified Diff: client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.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/_HTMLOListElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
index 1e63d4fc6187b492d6dbf7677651a4d13b36eac2..ebd64f59aaaefc77b73911c18ad90c20bc82226a 100644
--- a/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
@@ -17,6 +17,12 @@ class _HTMLOListElementWrappingImplementation extends _HTMLElementWrappingImplem
void set compact(bool value) { _set_compact(this, value); }
static void _set_compact(var _this, bool value) native;
+ bool get reversed() { return _get_reversed(this); }
+ static bool _get_reversed(var _this) native;
+
+ void set reversed(bool value) { _set_reversed(this, value); }
+ static void _set_reversed(var _this, bool value) native;
+
int get start() { return _get_start(this); }
static int _get_start(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698