| Index: sdk/lib/_internal/lib/foreign_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/foreign_helper.dart b/sdk/lib/_internal/lib/foreign_helper.dart
|
| index 7268eada2f47be243b79ec10e76e0257c060dfdf..1df5830f460501281e43fdd535173885ec9661cd 100644
|
| --- a/sdk/lib/_internal/lib/foreign_helper.dart
|
| +++ b/sdk/lib/_internal/lib/foreign_helper.dart
|
| @@ -176,6 +176,9 @@ String JS_OPERATOR_AS_PREFIX() {}
|
| /// Returns the name of the class `Object` in the generated code.
|
| String JS_OBJECT_CLASS_NAME() {}
|
|
|
| +/// Returns the name of the class `Null` in the generated code.
|
| +String JS_NULL_CLASS_NAME() {}
|
| +
|
| /// Returns the name of the class `Function` in the generated code.
|
| String JS_FUNCTION_CLASS_NAME() {}
|
|
|
|
|