| Index: runtime/lib/stacktrace.dart
|
| ===================================================================
|
| --- runtime/lib/stacktrace.dart (revision 43827)
|
| +++ runtime/lib/stacktrace.dart (working copy)
|
| @@ -2,7 +2,8 @@
|
| // 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.
|
|
|
| +// VM internal StackTrace implementation.
|
| class _StackTrace implements StackTrace {
|
| - void _setupFullStackTrace() native "Stacktrace_setupFullStacktrace";
|
| + // toString() is overridden on the C++ side.
|
| }
|
|
|
|
|