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

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

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs Created 9 years 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/_FileWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
index d9e043c2c28f00c1747ac917f615ace4d4361697..49d8a4d91b8b13f794ffe5dd8bacbe0ec482af87 100644
--- a/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
@@ -23,5 +23,8 @@ class _FileWrappingImplementation extends _BlobWrappingImplementation implements
String get name() { return _get_name(this); }
static String _get_name(var _this) native;
+ String get webkitRelativePath() { return _get_webkitRelativePath(this); }
+ static String _get_webkitRelativePath(var _this) native;
+
String get typeName() { return "File"; }
}

Powered by Google App Engine
This is Rietveld 408576698