| Index: runtime/vm/bootstrap.h
 | 
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
 | 
| index b850cebc537ec020555ba2236b8dbe844040268b..275c27db3d730626368567120dcb57c62ea0196f 100644
 | 
| --- a/runtime/vm/bootstrap.h
 | 
| +++ b/runtime/vm/bootstrap.h
 | 
| @@ -45,7 +45,6 @@ class Bootstrap : public AllStatic {
 | 
|    static const char isolate_source_[];
 | 
|    static const char isolate_patch_[];
 | 
|    static const char json_source_[];
 | 
| -  static const char json_patch_[];
 | 
|    static const char math_source_[];
 | 
|    static const char math_patch_[];
 | 
|    static const char mirrors_source_[];
 | 
| 
 |