Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart

Issue 16042017: Fix type tests for null. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
index 17507a232771be1a8cd762ecde6ad2cbc0cf5761..ed8692018602bf31db68cbd5a4e6fafdcb33ad31 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -13,6 +13,7 @@ import 'dart:_foreign_helper' show DART_CLOSURE_TO_JS,
JS_OPERATOR_IS_PREFIX,
JS_OPERATOR_AS_PREFIX,
JS_IS_INDEXABLE_FIELD_NAME,
+ JS_OBJECT_CLASS_NAME,
RAW_DART_FUNCTION_REF;
import 'dart:_interceptors';
import "dart:_collection-dev" as _symbol_dev;

Powered by Google App Engine
This is Rietveld 408576698