| Index: runtime/lib/stacktrace.dart
|
| ===================================================================
|
| --- runtime/lib/stacktrace.dart (working copy)
|
| +++ runtime/lib/stacktrace.dart (working copy)
|
| @@ -2,8 +2,7 @@
|
| // 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 class StackTrace {
|
| - /* patch */ void _setupFullStackTrace()
|
| - native "Stacktrace_setupFullStacktrace";
|
| +class _StackTrace implements StackTrace {
|
| + void _setupFullStackTrace() native "Stacktrace_setupFullStacktrace";
|
| }
|
|
|
|
|