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

Unified Diff: client/dom/generated/src/wrapping/_StyleMediaWrappingImplementation.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/_StyleMediaWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_StyleMediaWrappingImplementation.dart b/client/dom/generated/src/wrapping/_StyleMediaWrappingImplementation.dart
index c6326d15f53a6985569e21a8d8bd84b124abaa44..01f842a94ba385b9a775043a29e9d993f2499f5f 100644
--- a/client/dom/generated/src/wrapping/_StyleMediaWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_StyleMediaWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _StyleMediaWrappingImplementation extends DOMWrapperBase implements StyleM
return new _StyleMediaWrappingImplementation();
}
- String get type() { return _get__StyleMedia_type(this); }
- static String _get__StyleMedia_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
bool matchMedium(String mediaquery) {
return _matchMedium(this, mediaquery);

Powered by Google App Engine
This is Rietveld 408576698