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

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: uncomment code 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
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 -->

Powered by Google App Engine
This is Rietveld 408576698