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