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

Unified Diff: pkg/compiler/lib/src/common/resolution.dart

Issue 1864433004: Repeats and fixes the changes landed & reverted as CL 1789553003. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updates to external dependents Created 4 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
« no previous file with comments | « pkg/compiler/lib/src/apiimpl.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common/resolution.dart
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
index 1f099153074fc537ac488a2fd8b831e85d540645..2f8108a1ee73d541667de5fa0e91a7e9eb573e3e 100644
--- a/pkg/compiler/lib/src/common/resolution.dart
+++ b/pkg/compiler/lib/src/common/resolution.dart
@@ -29,6 +29,8 @@ import '../elements/elements.dart' show
TypeVariableElement;
import '../enqueue.dart' show
ResolutionEnqueuer;
+import '../options.dart' show
+ ParserOptions;
import '../parser/element_listener.dart' show
ScannerOptions;
import '../tree/tree.dart' show
@@ -215,4 +217,5 @@ abstract class Parsing {
void parsePatchClass(ClassElement cls);
measure(f());
ScannerOptions getScannerOptionsFor(Element element);
+ ParserOptions get parserOptions;
}
« no previous file with comments | « pkg/compiler/lib/src/apiimpl.dart ('k') | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698