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

Unified Diff: dart/tests/try/web/incremental_compilation_update.html

Issue 856333003: Rename $dart_unsafe_eval to $dart_unsafe_incremental_support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r43060. Created 5 years, 11 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 | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/web/incremental_compilation_update.html
diff --git a/dart/tests/try/web/incremental_compilation_update.html b/dart/tests/try/web/incremental_compilation_update.html
index 54e929f61e5155cc4fb0f991096b8ee4ada8d320..61734d484e5dda88d6423d210b0b0f9a25418442 100644
--- a/dart/tests/try/web/incremental_compilation_update.html
+++ b/dart/tests/try/web/incremental_compilation_update.html
@@ -40,7 +40,7 @@
script.type = 'application/javascript';
document.body.appendChild(script);
} else if (e.data[0] === 'apply-update') {
- self.$dart_unsafe_eval.patch(e.data[1]);
+ self.$dart_unsafe_incremental_support.patch(e.data[1]);
dartMainClosure();
« no previous file with comments | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698