| Index: pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend_helpers.dart b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| index 165307fda23b0af2eb750072e4ba9d51b66d3faa..f85e9d08152583fe2364b1fbe8677dbb3e7cda94 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| @@ -44,11 +44,6 @@ class BackendHelpers {
|
| static const String INVOKE_ON = '_getCachedInvocation';
|
| static const String START_ROOT_ISOLATE = 'startRootIsolate';
|
|
|
| - static const String JS = 'JS';
|
| - static const String JS_BUILTIN = 'JS_BUILTIN';
|
| - static const String JS_EMBEDDED_GLOBAL = 'JS_EMBEDDED_GLOBAL';
|
| - static const String JS_INTERCEPTOR_CONSTANT = 'JS_INTERCEPTOR_CONSTANT';
|
| -
|
| final Compiler compiler;
|
|
|
| Element cachedCheckConcurrentModificationError;
|
|
|