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