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

Unified Diff: test/codegen/expect/sunflower/dom.js

Issue 1245013005: fixes #259, clone ast before mutation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: revert dependency_overrides in pubspec Created 5 years, 5 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: test/codegen/expect/sunflower/dom.js
diff --git a/test/codegen/expect/sunflower/dom.js b/test/codegen/expect/sunflower/dom.js
index 59f7c93306c56f59019b1e0a7fc210f75a10e5ac..92d43893d6fea5ec0038e4199820a5acd8919f2f 100644
--- a/test/codegen/expect/sunflower/dom.js
+++ b/test/codegen/expect/sunflower/dom.js
@@ -1,4 +1,4 @@
-dart_library.library('sunflower/dom', window, /* Imports */[
+dart_library.library('dom', window, /* Imports */[
Jennifer Messerly 2015/07/21 19:58:46 Note that "sunflower.js" imports this as "dom". I
"dart_runtime/dart",
'dart/core'
], /* Lazy imports */[

Powered by Google App Engine
This is Rietveld 408576698