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

Unified Diff: client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.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/_HTMLDirectoryElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
index d2128c2ac175ae12c2c93d2aaff250019e9a7425..74620fe6cbecc02284d23a1dd49f3409b6795872 100644
--- a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _HTMLDirectoryElementWrappingImplementation extends _HTMLElementWrappingIm
return new _HTMLDirectoryElementWrappingImplementation();
}
- bool get compact() { return _get__HTMLDirectoryElement_compact(this); }
- static bool _get__HTMLDirectoryElement_compact(var _this) native;
+ bool get compact() { return _get_compact(this); }
+ static bool _get_compact(var _this) native;
- void set compact(bool value) { _set__HTMLDirectoryElement_compact(this, value); }
- static void _set__HTMLDirectoryElement_compact(var _this, bool value) native;
+ void set compact(bool value) { _set_compact(this, value); }
+ static void _set_compact(var _this, bool value) native;
String get typeName() { return "HTMLDirectoryElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698