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

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

Issue 11519009: Merge 136785 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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: Source/WebCore/Modules/intents/NavigatorIntents.idl
===================================================================
--- Source/WebCore/Modules/intents/NavigatorIntents.idl (revision 137209)
+++ Source/WebCore/Modules/intents/NavigatorIntents.idl (working copy)
@@ -21,9 +21,9 @@
Conditional=WEB_INTENTS,
Supplemental=Navigator
] interface NavigatorIntents {
- void webkitStartActivity(in Intent intent,
- in [Callback, Optional] IntentResultCallback successCallback,
- in [Callback, Optional] IntentResultCallback failureCallback)
+ [V8EnabledAtRuntime] void webkitStartActivity(in Intent intent,
+ in [Callback, Optional] IntentResultCallback successCallback,
+ in [Callback, Optional] IntentResultCallback failureCallback)
raises(DOMException);
};
« no previous file with comments | « Source/WebCore/Modules/intents/DOMWindowIntents.idl ('k') | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698