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 e5e7f6fdfdb1aafabe32d48abb136efd61b04d21..cec0b8d80f2f5a30c9fb3e10f94fc8896bebd03a 100644 |
--- a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
+++ b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
@@ -202,12 +202,6 @@ JS_INTERCEPTOR_CONSTANT(Type type) {} |
*/ |
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 field name used for determining if an object or its |
* interceptor has JavaScript indexing behavior. |