| Index: mojo/edk/system/node_controller.cc
|
| diff --git a/mojo/edk/system/node_controller.cc b/mojo/edk/system/node_controller.cc
|
| index 01fd33b734c683de253bd918e16a3a87e4d48273..e2b1b08f5f307c6846f1e84a8af7c92b6de355b5 100644
|
| --- a/mojo/edk/system/node_controller.cc
|
| +++ b/mojo/edk/system/node_controller.cc
|
| @@ -192,7 +192,8 @@ void NodeController::MergePortIntoParent(const std::string& token,
|
|
|
| scoped_refptr<PlatformSharedBuffer> NodeController::CreateSharedBuffer(
|
| size_t num_bytes) {
|
| -#if defined(OS_POSIX)
|
| + // TODO(amistry): Fix sync broker and re-enable on OSX.
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Shared buffer creation failure is fatal, so always use the broker when we
|
| // have one. This does mean that a non-root process that has children will use
|
| // the broker for shared buffer creation even though that process is
|
|
|