Skip to content

Commit

Permalink
dart2js: Update library names for the lazy emitter.
Browse files Browse the repository at this point in the history
R=herhut@google.com

Review URL: https://codereview.chromium.org//1230793004 .
  • Loading branch information
floitschG committed Jul 10, 2015
1 parent 420bad6 commit 2b1e099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library dart2js.new_js_emitter.emitter;
library dart2js.js_emitter.lazy_emitter;

import 'package:js_runtime/shared/embedded_names.dart' show
JsBuiltin,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library dart2js.new_js_emitter.model_emitter;
library dart2js.js_emitter.lazy_emitter.model_emitter;

import '../../constants/values.dart' show ConstantValue, FunctionConstantValue;
import '../../dart2jslib.dart' show Compiler;
Expand Down

0 comments on commit 2b1e099

Please sign in to comment.