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

Unified Diff: runtime/bin/file_system_watcher_macos.cc

Issue 321133002: Don't use kFSEventStreamCreateFlagNoDefer as it messes with event flushing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « pkg/watcher/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file_system_watcher_macos.cc
diff --git a/runtime/bin/file_system_watcher_macos.cc b/runtime/bin/file_system_watcher_macos.cc
index 88d98d40d4352a10e0eb49b56f5d159b41c9d6fe..93177f2ea5a85372b9694a91fe68cd5e2687d2fe 100644
--- a/runtime/bin/file_system_watcher_macos.cc
+++ b/runtime/bin/file_system_watcher_macos.cc
@@ -113,7 +113,7 @@ class FSEventsWatcher {
array,
kFSEventStreamEventIdSinceNow,
0.10,
- kFSEventStreamCreateFlagNoDefer | kFSEventStreamCreateFlagFileEvents);
+ kFSEventStreamCreateFlagFileEvents);
CFRelease(array);
node->set_ref(ref);
« no previous file with comments | « pkg/watcher/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698