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

Unified Diff: client/dom/generated/src/wrapping/_NotationWrappingImplementation.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/_NotationWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
index 2bbc55d4a0d5078b9fe63e689561133c5d744baa..fa0ced1cead275d07f6885e5921f8a78e9a4327d 100644
--- a/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _NotationWrappingImplementation extends _NodeWrappingImplementation implem
return new _NotationWrappingImplementation();
}
- String get publicId() { return _get__Notation_publicId(this); }
- static String _get__Notation_publicId(var _this) native;
+ String get publicId() { return _get_publicId(this); }
+ static String _get_publicId(var _this) native;
- String get systemId() { return _get__Notation_systemId(this); }
- static String _get__Notation_systemId(var _this) native;
+ String get systemId() { return _get_systemId(this); }
+ static String _get_systemId(var _this) native;
String get typeName() { return "Notation"; }
}

Powered by Google App Engine
This is Rietveld 408576698