Chromium Code Reviews| Index: runtime/lib/core_patch.dart |
| diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart |
| index 79749fdbffb09c2f0c69d05c28814f6f06c1bed2..224d532c59181cf04341ec7674cd84a3fd158493 100644 |
| --- a/runtime/lib/core_patch.dart |
| +++ b/runtime/lib/core_patch.dart |
| @@ -73,3 +73,7 @@ class _SyncIterator implements Iterator { |
| } |
| } |
| } |
| + |
| +patch class StackTrace { |
| + /* patch */ static StackTrace get current native "StackTrace_current"; |
| +} |