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

Unified Diff: client/dom/generated/src/frog/Entry.dart

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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
« no previous file with comments | « client/dom/generated/src/frog/Document.dart ('k') | client/dom/generated/src/frog/ErrorEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Entry.dart
diff --git a/client/dom/generated/src/frog/Entry.dart b/client/dom/generated/src/frog/Entry.dart
index 5c1974d5fbf2ea767637196008743e0e85d8d9d1..f4e80f048d900a4564443c172c71c2a3db894590 100644
--- a/client/dom/generated/src/frog/Entry.dart
+++ b/client/dom/generated/src/frog/Entry.dart
@@ -13,13 +13,13 @@ class Entry native "*Entry" {
void copyTo(DirectoryEntry parent, [String name = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) native;
- void getMetadata([MetadataCallback successCallback = null, ErrorCallback errorCallback = null]) native;
+ void getMetadata(MetadataCallback successCallback, [ErrorCallback errorCallback = null]) native;
void getParent([EntryCallback successCallback = null, ErrorCallback errorCallback = null]) native;
void moveTo(DirectoryEntry parent, [String name = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) native;
- void remove([VoidCallback successCallback = null, ErrorCallback errorCallback = null]) native;
+ void remove(VoidCallback successCallback, [ErrorCallback errorCallback = null]) native;
String toURL() native;
« no previous file with comments | « client/dom/generated/src/frog/Document.dart ('k') | client/dom/generated/src/frog/ErrorEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698