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

Unified Diff: pkg/compiler/lib/src/js_emitter/code_emitter_task.dart

Issue 2836733002: dart2js: patch file support cleanup (Closed)
Patch Set: remove js_array change Created 3 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: pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
diff --git a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
index dae23f26bc1f5ee8529c9bd236892a4c26367fc1..02e9ffc1bcac47cfdb989b18d80483b36683720a 100644
--- a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
+++ b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
@@ -74,10 +74,6 @@ class CodeEmitterTask extends CompilerTask {
String get name => 'Code emitter';
- /// Returns the string that is used to find library patches that are
- /// specialized for the emitter.
- String get patchVersion => _emitterFactory.patchVersion;
-
/// Returns true, if the emitter supports reflection.
bool get supportsReflection => _emitterFactory.supportsReflection;
@@ -215,10 +211,6 @@ class CodeEmitterTask extends CompilerTask {
}
abstract class EmitterFactory {
- /// Returns the string that is used to find library patches that are
- /// specialized for this emitter.
- String get patchVersion;
-
/// Returns true, if the emitter supports reflection.
bool get supportsReflection;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698