Index: LayoutTests/webintents/resources/web-intents-testing.js |
=================================================================== |
--- LayoutTests/webintents/resources/web-intents-testing.js (revision 113341) |
+++ LayoutTests/webintents/resources/web-intents-testing.js (working copy) |
@@ -18,7 +18,7 @@ |
// Launch a web intent call with callbacks. |
function startIntentWithCallbacks() { |
- navigator.startActivity(new Intent("action1", "mime/type1", "test"), onSuccess, onFailure); |
+ navigator.webkitStartActivity(new WebKitIntent("action1", "mime/type1", "test"), onSuccess, onFailure); |
debug("* sent intent"); |
if (window.layoutTestController) { |