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

Unified Diff: runtime/bin/eventhandler_macos.h

Issue 77983002: Only read from interrupt_fd when data is available. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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: runtime/bin/eventhandler_macos.h
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h
index 0a17ed6732ba416efa15d4b9cf8943bb4cca855e..cb765c64c8bf8c92aed931a91af9e50971e4b42d 100644
--- a/runtime/bin/eventhandler_macos.h
+++ b/runtime/bin/eventhandler_macos.h
@@ -116,7 +116,6 @@ class EventHandlerImplementation {
private:
int64_t GetTimeout();
- bool GetInterruptMessage(InterruptMessage* msg);
void HandleEvents(struct kevent* events, int size);
void HandleTimeout();
static void EventHandlerEntry(uword args);

Powered by Google App Engine
This is Rietveld 408576698