| Index: runtime/bin/dartutils.h
 | 
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
 | 
| index 9b04bfe14e7852b2e18fdb637c1ea8af0b40c216..90e41e53c7980a5956cc18bdb2d35e0f27a9c0c7 100644
 | 
| --- a/runtime/bin/dartutils.h
 | 
| +++ b/runtime/bin/dartutils.h
 | 
| @@ -78,6 +78,8 @@ class DartUtils {
 | 
|                                  Dart_Handle url,
 | 
|                                  Dart_LibraryTag tag,
 | 
|                                  const char* filename);
 | 
| +  static bool PostNull(Dart_Port port_id);
 | 
| +  static bool PostInt32(Dart_Port port_id, int32_t value);
 | 
|  
 | 
|    static const char* kDartScheme;
 | 
|    static const char* kBuiltinLibURL;
 | 
| 
 |