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

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: 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 ec457089287b4236edf12d9ffc42077d0ddfd01a..9c0482eb4b37c36a0f991524ee9c847c073ee3fc 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
@@ -288,13 +288,3 @@ patch class NoSuchMethodError {
}
}
}
-
-patch class StackTrace {
- patch String get fullStackTrace {
- throw new UnsupportedError('fullStackTrace');
- }
-
- patch String get stackTrace {
- throw new UnsupportedError('stackTrace');
- }
-}

Powered by Google App Engine
This is Rietveld 408576698