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

Unified Diff: third_party/WebCore/Modules/intents/NavigatorIntents.idl

Issue 10048001: Roll IDL to multivm@375 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: third_party/WebCore/Modules/intents/NavigatorIntents.idl
diff --git a/third_party/WebCore/Modules/intents/NavigatorIntents.idl b/third_party/WebCore/Modules/intents/NavigatorIntents.idl
index b39247a3ff69393b47245e11ffce187ac801bedd..206337a1be275fbfda67e2a3cdf51bdfaa383da3 100644
--- a/third_party/WebCore/Modules/intents/NavigatorIntents.idl
+++ b/third_party/WebCore/Modules/intents/NavigatorIntents.idl
@@ -23,9 +23,9 @@ module window {
Conditional=WEB_INTENTS,
Supplemental=Navigator
] NavigatorIntents {
- void startActivity(in Intent intent,
- in [Callback, Optional] IntentResultCallback successCallback,
- in [Callback, Optional] IntentResultCallback failureCallback)
+ void webkitStartActivity(in Intent intent,
+ in [Callback, Optional] IntentResultCallback successCallback,
+ in [Callback, Optional] IntentResultCallback failureCallback)
raises(DOMException);
};
« no previous file with comments | « third_party/WebCore/Modules/intents/DOMWindowIntents.idl ('k') | third_party/WebCore/Modules/mediastream/LocalMediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698