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

Unified Diff: client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart

Issue 9619015: Regenerate dart:dom and dart:html bindings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months 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 f958fbe666c1f07b1d70b3def81cbaf68433dda6..99c45c62ac3296cc9d6ce1292130bbb20651fa55 100644
--- a/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
@@ -14,5 +14,8 @@ class _MetadataWrappingImplementation extends DOMWrapperBase implements Metadata
Date get modificationTime() { return _get_modificationTime(this); }
static Date _get_modificationTime(var _this) native;
+ int get size() { return _get_size(this); }
+ static int _get_size(var _this) native;
+
String get typeName() { return "Metadata"; }
}

Powered by Google App Engine
This is Rietveld 408576698