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

Unified Diff: client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.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/_ScriptProfileWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
index 358f807cf7c23f3680ac74cc02ab26bbbe6c0890..ed6177965bc21494ec5d9cb8068e7517b8f59952 100644
--- a/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _ScriptProfileWrappingImplementation extends DOMWrapperBase implements Scr
return new _ScriptProfileWrappingImplementation();
}
- ScriptProfileNode get head() { return _get__ScriptProfile_head(this); }
- static ScriptProfileNode _get__ScriptProfile_head(var _this) native;
+ ScriptProfileNode get head() { return _get_head(this); }
+ static ScriptProfileNode _get_head(var _this) native;
- String get title() { return _get__ScriptProfile_title(this); }
- static String _get__ScriptProfile_title(var _this) native;
+ String get title() { return _get_title(this); }
+ static String _get_title(var _this) native;
- int get uid() { return _get__ScriptProfile_uid(this); }
- static int _get__ScriptProfile_uid(var _this) native;
+ int get uid() { return _get_uid(this); }
+ static int _get_uid(var _this) native;
String get typeName() { return "ScriptProfile"; }
}

Powered by Google App Engine
This is Rietveld 408576698