| 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;
|
|
|
|
|