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

Unified Diff: client/testing/unittest/test_controller.js

Issue 9315030: Transition to new API to start Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/testing/unittest/test_controller.js
diff --git a/client/testing/unittest/test_controller.js b/client/testing/unittest/test_controller.js
index 745eba792481f7c0526a68187194c328179234cb..988bfe10fd704039b33116d3ed407854c6d99ca7 100644
--- a/client/testing/unittest/test_controller.js
+++ b/client/testing/unittest/test_controller.js
@@ -7,6 +7,10 @@
* DumpRenderTree.
*/
+if (navigator.webkitStartDart) {
+ navigator.webkitStartDart();
+}
+
function processMessage(msg) {
if (window.layoutTestController) {
if (msg == 'unittest-suite-done') {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698