| Index: runtime/lib/isolate.dart | 
| diff --git a/runtime/lib/isolate.dart b/runtime/lib/isolate.dart | 
| index 5d9d8b234558b7b223138f4228adfd7f415ce907..9065561385231202dcfe68f9272221f440977278 100644 | 
| --- a/runtime/lib/isolate.dart | 
| +++ b/runtime/lib/isolate.dart | 
| @@ -148,8 +148,4 @@ class IsolateNatives { | 
| // This method is being dispatched to from the public core library code. | 
| static SendPort _start(Isolate isolate, bool light) | 
| native "IsolateNatives_start"; | 
| - | 
| -  // The VM knows in which isolate the function must be run, therefore | 
| -  // there is no need for wrapping it. | 
| -  static Function bind(Function f) { return f; } | 
| } | 
|  |