| Index: runtime/lib/internal_patch.dart
 | 
| diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
 | 
| index 30898306abcfbc1189e3e9947059088b42914667..24f31de1c26aca2574477fee62c2ae33a909305b 100644
 | 
| --- a/runtime/lib/internal_patch.dart
 | 
| +++ b/runtime/lib/internal_patch.dart
 | 
| @@ -2,10 +2,10 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -patch List makeListFixedLength(List growableList)
 | 
| +@patch List makeListFixedLength(List growableList)
 | 
|      native "Internal_makeListFixedLength";
 | 
|  
 | 
| -patch List makeFixedListUnmodifiable(List fixedLengthList)
 | 
| +@patch List makeFixedListUnmodifiable(List fixedLengthList)
 | 
|      native "Internal_makeFixedListUnmodifiable";
 | 
|  
 | 
|  class VMLibraryHooks {
 | 
| @@ -32,7 +32,7 @@ class VMLibraryHooks {
 | 
|    static var platformScript;
 | 
|  }
 | 
|  
 | 
| -patch class CodeUnits {
 | 
| +@patch class CodeUnits {
 | 
|    static final int cid = ClassID.getID(new CodeUnits(""));
 | 
|  }
 | 
|  
 | 
| 
 |