Index: runtime/bin/io_service.h |
diff --git a/runtime/bin/io_service.h b/runtime/bin/io_service.h |
index 87810d0c5da704b6c37871b5a392d32f78533d0f..c165e900379c0830109efc410268e5576f511576 100644 |
--- a/runtime/bin/io_service.h |
+++ b/runtime/bin/io_service.h |
@@ -8,7 +8,6 @@ |
#include "bin/builtin.h" |
#include "bin/utils.h" |
- |
namespace dart { |
namespace bin { |
@@ -65,6 +64,10 @@ IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST) |
}; |
static Dart_Port GetServicePort(); |
+ |
+ private: |
+ DISALLOW_ALLOCATION(); |
+ DISALLOW_IMPLICIT_CONSTRUCTORS(IOService); |
}; |
} // namespace bin |