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

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: 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
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";
-
- /* patch */ String get stackTrace native "Stacktrace_getStacktrace";
-
/* patch */ void _setupFullStackTrace()
native "Stacktrace_setupFullStacktrace";
}

Powered by Google App Engine
This is Rietveld 408576698