| Index: mojo/public/dart/src/handle_watcher.dart
|
| diff --git a/mojo/public/dart/src/handle_watcher.dart b/mojo/public/dart/src/handle_watcher.dart
|
| index 70cc2978dc54cee2ba01ec940ab69206ecdb7fc9..4aeeaffd0bed4bb770a458fe63b0738240c5ae85 100644
|
| --- a/mojo/public/dart/src/handle_watcher.dart
|
| +++ b/mojo/public/dart/src/handle_watcher.dart
|
| @@ -30,8 +30,8 @@ class MojoHandleWatcher {
|
| static const int kDeadlineIndefinite = -1;
|
|
|
| static const int kMojoResultOk = 0;
|
| - static const int kMojoResultDeadlineExceeded = -4;
|
| - static const int kMojoResultFailedPrecondition = -9;
|
| + static const int kMojoResultDeadlineExceeded = 4;
|
| + static const int kMojoResultFailedPrecondition = 9;
|
|
|
| static const int kMojoSignalsReadable = (1 << 0);
|
| static const int kMojoSignalsWritable = (1 << 1);
|
|
|