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

Unified Diff: test/browser/index.html

Issue 1156273010: fixes browser/runtime_test, and a few extension member fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 b0a9a23749722526d242f429802ac273729d7967..92b69f74ce46a61f94b6d8d1e94b51da261d3ac3 100644
--- a/test/browser/index.html
+++ b/test/browser/index.html
@@ -28,7 +28,9 @@
<script src="../../lib/runtime/dart/typed_data.js"></script>
<script src="../../lib/runtime/dart/_isolate_helper.js"></script>
<script src="../../lib/runtime/dart/_js_primitives.js"></script>
-
+<script src="../../lib/runtime/dart/_interceptors.js"></script>
+<script src="../../lib/runtime/dart/convert.js"></script>
+<script src="../../lib/runtime/dart/_native_typed_data.js"></script>
<!-- tests -->
<div id="mocha"></div>
<script>mocha.setup({ui: 'tdd', slow: 1000});</script>

Powered by Google App Engine
This is Rietveld 408576698