| Index: runtime/lib/core_patch.dart
 | 
| diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart
 | 
| index 5fd883e08fd3ac64602c280be8fd2fd623c14757..f06c98b29efde22412d8961601237525e931603c 100644
 | 
| --- a/runtime/lib/core_patch.dart
 | 
| +++ b/runtime/lib/core_patch.dart
 | 
| @@ -76,5 +76,5 @@ class _SyncIterator implements Iterator {
 | 
|  }
 | 
|  
 | 
|  @patch class StackTrace {
 | 
| -  /* @patch */ static StackTrace get current native "StackTrace_current";
 | 
| +  @patch static StackTrace get current native "StackTrace_current";
 | 
|  }
 | 
| 
 |