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

Unified Diff: client/dom/generated/src/wrapping/_CSSMediaRuleWrappingImplementation.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/_CSSMediaRuleWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CSSMediaRuleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSMediaRuleWrappingImplementation.dart
index 39ffa1adcc98b059392542df0add20eea68f013b..b312739fcae3694aef67ea71bd2093d755a77080 100644
--- a/client/dom/generated/src/wrapping/_CSSMediaRuleWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CSSMediaRuleWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _CSSMediaRuleWrappingImplementation extends _CSSRuleWrappingImplementation
return new _CSSMediaRuleWrappingImplementation();
}
- CSSRuleList get cssRules() { return _get__CSSMediaRule_cssRules(this); }
- static CSSRuleList _get__CSSMediaRule_cssRules(var _this) native;
+ CSSRuleList get cssRules() { return _get_cssRules(this); }
+ static CSSRuleList _get_cssRules(var _this) native;
- MediaList get media() { return _get__CSSMediaRule_media(this); }
- static MediaList _get__CSSMediaRule_media(var _this) native;
+ MediaList get media() { return _get_media(this); }
+ static MediaList _get_media(var _this) native;
void deleteRule(int index) {
_deleteRule(this, index);

Powered by Google App Engine
This is Rietveld 408576698