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

Unified Diff: client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.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/_CSSValueWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart
index 5c7518a2abd2fdbbd9af3fc17c31ca6289f8ff09..2780132b8e73da2ff959b3af5be58bb5e7d42d76 100644
--- a/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _CSSValueWrappingImplementation extends DOMWrapperBase implements CSSValue
return new _CSSValueWrappingImplementation();
}
- String get cssText() { return _get__CSSValue_cssText(this); }
- static String _get__CSSValue_cssText(var _this) native;
+ String get cssText() { return _get_cssText(this); }
+ static String _get_cssText(var _this) native;
- void set cssText(String value) { _set__CSSValue_cssText(this, value); }
- static void _set__CSSValue_cssText(var _this, String value) native;
+ void set cssText(String value) { _set_cssText(this, value); }
+ static void _set_cssText(var _this, String value) native;
- int get cssValueType() { return _get__CSSValue_cssValueType(this); }
- static int _get__CSSValue_cssValueType(var _this) native;
+ int get cssValueType() { return _get_cssValueType(this); }
+ static int _get_cssValueType(var _this) native;
String get typeName() { return "CSSValue"; }
}

Powered by Google App Engine
This is Rietveld 408576698