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

Unified Diff: client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.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/_CSSImportRuleWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
index 7a1602da62d1dba4ba4a29e5531680250ccc80f0..13a31cc159ad9fe52b2e60bc5d7bb76877fd6776 100644
--- a/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _CSSImportRuleWrappingImplementation extends _CSSRuleWrappingImplementatio
return new _CSSImportRuleWrappingImplementation();
}
- String get href() { return _get__CSSImportRule_href(this); }
- static String _get__CSSImportRule_href(var _this) native;
+ String get href() { return _get_href(this); }
+ static String _get_href(var _this) native;
- MediaList get media() { return _get__CSSImportRule_media(this); }
- static MediaList _get__CSSImportRule_media(var _this) native;
+ MediaList get media() { return _get_media(this); }
+ static MediaList _get_media(var _this) native;
- CSSStyleSheet get styleSheet() { return _get__CSSImportRule_styleSheet(this); }
- static CSSStyleSheet _get__CSSImportRule_styleSheet(var _this) native;
+ CSSStyleSheet get styleSheet() { return _get_styleSheet(this); }
+ static CSSStyleSheet _get_styleSheet(var _this) native;
String get typeName() { return "CSSImportRule"; }
}

Powered by Google App Engine
This is Rietveld 408576698