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

Unified Diff: test/browser/index.html

Issue 1076883003: Initial support for runtime function types and type checking (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 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 | « lib/src/codegen/js_codegen.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/index.html
diff --git a/test/browser/index.html b/test/browser/index.html
index cc43530933b28559fd461bbf0ec0f06dde98115f..1bd7e0f93c6289563259f4dbcb2ac8894ef651ad 100644
--- a/test/browser/index.html
+++ b/test/browser/index.html
@@ -17,7 +17,9 @@
<script src="../../lib/runtime/dart_runtime.js"></script>
<script src="../../lib/runtime/dart/core.js"></script>
<script src="../../lib/runtime/dart/collection.js"></script>
+<script src="../../lib/runtime/dart/_foreign_helper.js"></script>
<script src="../../lib/runtime/dart/_internal.js"></script>
+<script src="../../lib/runtime/dart/_js_helper.js"></script>
<script src="../../lib/runtime/dart/math.js"></script>
<!-- tests -->
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698