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

Unified Diff: client/dom/generated/src/wrapping/_MetadataWrappingImplementation.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/_MetadataWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
index 357a9e9e53418b2b3f3f3ecd89ec5fa7ba848813..f958fbe666c1f07b1d70b3def81cbaf68433dda6 100644
--- a/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _MetadataWrappingImplementation extends DOMWrapperBase implements Metadata
return new _MetadataWrappingImplementation();
}
- Date get modificationTime() { return _get__Metadata_modificationTime(this); }
- static Date _get__Metadata_modificationTime(var _this) native;
+ Date get modificationTime() { return _get_modificationTime(this); }
+ static Date _get_modificationTime(var _this) native;
String get typeName() { return "Metadata"; }
}

Powered by Google App Engine
This is Rietveld 408576698