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

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

Issue 9167039: WebKit refresh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 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/_DirectoryEntryWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DirectoryEntryWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DirectoryEntryWrappingImplementation.dart
index 4e87f5232f8df8e54fff96baaad12e2832dbba70..4bf452d5960a2d227e11704dff090eb2c0c3e790 100644
--- a/client/dom/generated/src/wrapping/_DirectoryEntryWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DirectoryEntryWrappingImplementation.dart
@@ -16,7 +16,7 @@ class _DirectoryEntryWrappingImplementation extends _EntryWrappingImplementation
}
static DirectoryReader _createReader(receiver) native;
- void getDirectory(String path, [WebKitFlags flags = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) {
+ void getDirectory(String path, [Object flags = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) {
if (flags === null) {
if (successCallback === null) {
if (errorCallback === null) {
@@ -47,7 +47,7 @@ class _DirectoryEntryWrappingImplementation extends _EntryWrappingImplementation
static void _getDirectory_3(receiver, path, flags, successCallback) native;
static void _getDirectory_4(receiver, path, flags, successCallback, errorCallback) native;
- void getFile(String path, [WebKitFlags flags = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) {
+ void getFile(String path, [Object flags = null, EntryCallback successCallback = null, ErrorCallback errorCallback = null]) {
if (flags === null) {
if (successCallback === null) {
if (errorCallback === null) {

Powered by Google App Engine
This is Rietveld 408576698