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

Unified Diff: client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.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/_WebGLActiveInfoWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
index 1ed75d64fb6bd4dffee576400c9d5369baad7802..391be0a05dab1182310e53876398e61e2aa1dd12 100644
--- a/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _WebGLActiveInfoWrappingImplementation extends DOMWrapperBase implements W
return new _WebGLActiveInfoWrappingImplementation();
}
- String get name() { return _get__WebGLActiveInfo_name(this); }
- static String _get__WebGLActiveInfo_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- int get size() { return _get__WebGLActiveInfo_size(this); }
- static int _get__WebGLActiveInfo_size(var _this) native;
+ int get size() { return _get_size(this); }
+ static int _get_size(var _this) native;
- int get type() { return _get__WebGLActiveInfo_type(this); }
- static int _get__WebGLActiveInfo_type(var _this) native;
+ int get type() { return _get_type(this); }
+ static int _get_type(var _this) native;
String get typeName() { return "WebGLActiveInfo"; }
}

Powered by Google App Engine
This is Rietveld 408576698