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

Unified Diff: sdk/lib/_internal/lib/io_patch.dart

Issue 23615005: Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « runtime/bin/file_patch.dart ('k') | sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/lib/io_patch.dart
diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
index 0bd68ac8d0d0e9c4e4aa3008636da5c4e120ff0d..3955989cbfdca46d15e06b21ca80e6101fbd9f1b 100644
--- a/sdk/lib/_internal/lib/io_patch.dart
+++ b/sdk/lib/_internal/lib/io_patch.dart
@@ -349,3 +349,9 @@ patch class Stdin {
throw new UnsupportedError("Stdin.lineMode");
}
}
+
+patch class _FileSystemWatcher {
+ patch factory _FileSystemWatcher(String path, int events, bool recursive) {
+ throw new UnsupportedError("_FileSystemWatcher._FileSystemWatcher");
+ }
+}
« no previous file with comments | « runtime/bin/file_patch.dart ('k') | sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698