| Index: sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| index 156ab6303339ab2f2ac1caa3d34647123c8790d9..96fd0a56cba7020bec187ef598802574bc4f5b72 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| @@ -154,11 +154,6 @@ RAW_DART_FUNCTION_REF(Function function) {}
|
| void JS_SET_CURRENT_ISOLATE(isolate) {}
|
|
|
| /**
|
| - * Creates an isolate and returns it.
|
| - */
|
| -JS_CREATE_ISOLATE() {}
|
| -
|
| -/**
|
| * Returns the JavaScript constructor function for Dart's Object class.
|
| * This can be used for type tests, as in
|
| *
|
|
|