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

Unified Diff: client/dom/generated/src/wrapping/_CSSPrimitiveValueWrappingImplementation.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/_CSSPrimitiveValueWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CSSPrimitiveValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSPrimitiveValueWrappingImplementation.dart
index d0b6e47f4779f0eed32ac314270d88f579c97aa4..13b852d1e545f7382691ac3aafbfae394c6d9ee9 100644
--- a/client/dom/generated/src/wrapping/_CSSPrimitiveValueWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CSSPrimitiveValueWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _CSSPrimitiveValueWrappingImplementation extends _CSSValueWrappingImplemen
return new _CSSPrimitiveValueWrappingImplementation();
}
- int get primitiveType() { return _get__CSSPrimitiveValue_primitiveType(this); }
- static int _get__CSSPrimitiveValue_primitiveType(var _this) native;
+ int get primitiveType() { return _get_primitiveType(this); }
+ static int _get_primitiveType(var _this) native;
Counter getCounterValue() {
return _getCounterValue(this);

Powered by Google App Engine
This is Rietveld 408576698