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

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

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/_SVGStyleElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart
index 2d9edd009932a364625270c5c04a1fb0916415fa..ced27f2c88b5e630c1eb03201ab017ba2545bbab 100644
--- a/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart
@@ -11,6 +11,12 @@ class _SVGStyleElementWrappingImplementation extends _SVGElementWrappingImplemen
return new _SVGStyleElementWrappingImplementation();
}
+ bool get disabled() { return _get_disabled(this); }
+ static bool _get_disabled(var _this) native;
+
+ void set disabled(bool value) { _set_disabled(this, value); }
+ static void _set_disabled(var _this, bool value) native;
+
String get media() { return _get_media(this); }
static String _get_media(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698