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

Unified Diff: client/dom/generated/src/wrapping/_DirectoryEntrySyncWrappingImplementation.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/_DirectoryEntrySyncWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DirectoryEntrySyncWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DirectoryEntrySyncWrappingImplementation.dart
index 8f08b7018db24377b6ccbb5d78e49b28636db98b..7696c322d012d3c2ed954ecda525e8bea3e9a92f 100644
--- a/client/dom/generated/src/wrapping/_DirectoryEntrySyncWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DirectoryEntrySyncWrappingImplementation.dart
@@ -16,12 +16,12 @@ class _DirectoryEntrySyncWrappingImplementation extends _EntrySyncWrappingImplem
}
static DirectoryReaderSync _createReader(receiver) native;
- DirectoryEntrySync getDirectory(String path, WebKitFlags flags) {
+ DirectoryEntrySync getDirectory(String path, Object flags) {
return _getDirectory(this, path, flags);
}
static DirectoryEntrySync _getDirectory(receiver, path, flags) native;
- FileEntrySync getFile(String path, WebKitFlags flags) {
+ FileEntrySync getFile(String path, Object flags) {
return _getFile(this, path, flags);
}
static FileEntrySync _getFile(receiver, path, flags) native;

Powered by Google App Engine
This is Rietveld 408576698