Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: runtime/lib/stacktrace_patch.dart

Issue 14009004: Remove methods on StackTrace class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add dart2j issue number for unexepected stack trace. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/stack_trace/lib/src/trace.dart ('k') | runtime/tests/vm/dart/optimized_stacktrace_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/stacktrace_patch.dart
diff --git a/runtime/lib/stacktrace_patch.dart b/runtime/lib/stacktrace_patch.dart
index 2d5fdc5b993ffe2362eda54e2180186a476155c9..a545a9ce38ec6cd47b408611334df75de7e185e7 100644
--- a/runtime/lib/stacktrace_patch.dart
+++ b/runtime/lib/stacktrace_patch.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
patch class StackTrace {
- /* patch */ String get fullStackTrace native "Stacktrace_getFullStacktrace";
+ /* patch */ String get _fullStackTrace native "Stacktrace_getFullStacktrace";
- /* patch */ String get stackTrace native "Stacktrace_getStacktrace";
+ /* patch */ String get _stackTrace native "Stacktrace_getStacktrace";
/* patch */ void _setupFullStackTrace()
native "Stacktrace_setupFullStacktrace";
« no previous file with comments | « pkg/stack_trace/lib/src/trace.dart ('k') | runtime/tests/vm/dart/optimized_stacktrace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698