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

Unified Diff: mojo/public/dart/src/handle.dart

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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 | « mojo/public/dart/src/codec.dart ('k') | mojo/public/dart/src/interface.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/src/handle.dart
diff --git a/mojo/public/dart/src/handle.dart b/mojo/public/dart/src/handle.dart
index bf2f74e0efccb9b65cca8e18e3007bdd9d155222..79acbd70c1e49f4c595877cf10d29fdb2e63dd46 100644
--- a/mojo/public/dart/src/handle.dart
+++ b/mojo/public/dart/src/handle.dart
@@ -99,7 +99,7 @@ class MojoHandle extends Stream<int> {
// Whether the handle has been added to the handle watcher.
bool _eventHandlerAdded;
- MojoHandle(this._handle) :
+ MojoHandle(this._handle) :
_signals = MojoHandleSignals.READABLE,
_eventHandlerAdded = false {
MojoResult result = RawMojoHandle.register(this);
« no previous file with comments | « mojo/public/dart/src/codec.dart ('k') | mojo/public/dart/src/interface.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698