| 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 c1511548af8709ed7eeae31e39165c4ced9eb7d5..156ab6303339ab2f2ac1caa3d34647123c8790d9 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
|
| @@ -208,6 +208,9 @@ JS_CURRENT_ISOLATE() {}
|
| /// Returns the name used for generated function types on classes and methods.
|
| String JS_SIGNATURE_NAME() {}
|
|
|
| +/// Returns the name used to tag typedefs.
|
| +String JS_TYPEDEF_TAG() {}
|
| +
|
| /// Returns the name used to tag function type representations in JavaScript.
|
| String JS_FUNCTION_TYPE_TAG() {}
|
|
|
|
|