| Index: dart/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 1883e51fa15bf184f5e43478481f3807a36f454d..6fbf1a041dafd5ddf8422aa7d555bf2aa97a6f87 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -725,12 +725,6 @@ abstract class Compiler implements DiagnosticListener {
|
| interceptorsLibrary = scanBuiltinLibrary('_interceptors');
|
| foreignLibrary = scanBuiltinLibrary('_foreign_helper');
|
| isolateHelperLibrary = scanBuiltinLibrary('_isolate_helper');
|
| - // The helper library does not use the native language extension,
|
| - // so we manually set the native classes this library defines.
|
| - // TODO(ngeoffray): Enable annotations on these classes.
|
| - ClassElement cls =
|
| - isolateHelperLibrary.find(const SourceString('_WorkerStub'));
|
| - cls.setNative('"Worker"');
|
|
|
| assertMethod = jsHelperLibrary.find(const SourceString('assertHelper'));
|
| identicalFunction = coreLibrary.find(const SourceString('identical'));
|
|
|