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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/core_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
Index: sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
index 6569d60ea5489c18b0ad41332af11e55d5f355b6..3672b22dfa11061e4441bbb6edc3ae187ad0222b 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
@@ -289,16 +289,6 @@ patch class NoSuchMethodError {
}
}
-patch class StackTrace {
- patch String get fullStackTrace {
- throw new UnsupportedError('fullStackTrace');
- }
-
- patch String get stackTrace {
- throw new UnsupportedError('stackTrace');
- }
-}
-
patch class Symbol {
final String _name;
« no previous file with comments | « runtime/tests/vm/dart/optimized_stacktrace_test.dart ('k') | sdk/lib/_internal/compiler/implementation/lib/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698