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

Unified Diff: LayoutTests/webintents/resources/web-intents-testing.js

Issue 9949021: Merge 113282 - Switch web intents API to be vendor-prefixed (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 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: 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) {
« no previous file with comments | « LayoutTests/webintents/resources/web-intents-reload-orig.html ('k') | LayoutTests/webintents/web-intents-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698