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

Unified Diff: client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.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/_HTMLDetailsElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
index 097271abb20fe6bda15d584447f8ad463a2d1556..dd1ffac1381cce7bf5fb53d343c68a29f7356933 100644
--- a/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _HTMLDetailsElementWrappingImplementation extends _HTMLElementWrappingImpl
return new _HTMLDetailsElementWrappingImplementation();
}
- bool get open() { return _get__HTMLDetailsElement_open(this); }
- static bool _get__HTMLDetailsElement_open(var _this) native;
+ bool get open() { return _get_open(this); }
+ static bool _get_open(var _this) native;
- void set open(bool value) { _set__HTMLDetailsElement_open(this, value); }
- static void _set__HTMLDetailsElement_open(var _this, bool value) native;
+ void set open(bool value) { _set_open(this, value); }
+ static void _set_open(var _this, bool value) native;
String get typeName() { return "HTMLDetailsElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698