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

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

Issue 232563006: Insert checks before deferred calls and accesses. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Forgot to stage deferred_load.dart Created 6 years, 8 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/ssa/ssa.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/ssa.dart b/sdk/lib/_internal/compiler/implementation/ssa/ssa.dart
index 6d3a236dcf9ea203c26e57a7b29c6bf5252b2d78..191e07f7d658da939d29050c794bdc4af1577e47 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/ssa.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/ssa.dart
@@ -18,6 +18,7 @@ import '../native_handler.dart' as native;
import '../tree/tree.dart' as ast;
import '../types/types.dart';
import '../universe/universe.dart';
+import '../deferred_load.dart' show DeferredLoadTask;
import '../util/util.dart';
import '../scanner/scannerlib.dart'

Powered by Google App Engine
This is Rietveld 408576698