Chromium Code Reviews| Index: runtime/lib/stacktrace_patch.dart |
| diff --git a/runtime/lib/stacktrace_patch.dart b/runtime/lib/stacktrace_patch.dart |
| index 2d5fdc5b993ffe2362eda54e2180186a476155c9..8f2961920d14a20e95dd8c6cd50cef36a20c32f3 100644 |
| --- a/runtime/lib/stacktrace_patch.dart |
| +++ b/runtime/lib/stacktrace_patch.dart |
| @@ -3,10 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| patch class StackTrace { |
| - /* patch */ String get fullStackTrace native "Stacktrace_getFullStacktrace"; |
|
Ivan Posva
2013/04/12 03:13:10
Instead of removing them here, please mark them pr
Lasse Reichstein Nielsen
2013/04/15 11:37:22
Done.
|
| - |
| - /* patch */ String get stackTrace native "Stacktrace_getStacktrace"; |
| - |
| /* patch */ void _setupFullStackTrace() |
| native "Stacktrace_setupFullStacktrace"; |
| } |