Index: Source/WebCore/Modules/intents/NavigatorIntents.cpp |
=================================================================== |
--- Source/WebCore/Modules/intents/NavigatorIntents.cpp (revision 113341) |
+++ Source/WebCore/Modules/intents/NavigatorIntents.cpp (working copy) |
@@ -49,11 +49,11 @@ |
{ |
} |
-void NavigatorIntents::startActivity(Navigator* navigator, |
- PassRefPtr<Intent> intent, |
- PassRefPtr<IntentResultCallback> successCallback, |
- PassRefPtr<IntentResultCallback> errorCallback, |
- ExceptionCode& ec) |
+void NavigatorIntents::webkitStartActivity(Navigator* navigator, |
+ PassRefPtr<Intent> intent, |
+ PassRefPtr<IntentResultCallback> successCallback, |
+ PassRefPtr<IntentResultCallback> errorCallback, |
+ ExceptionCode& ec) |
{ |
if (!navigator->frame() || !intent) { |
ec = INVALID_STATE_ERR; |