| Index: Source/WebCore/Modules/intents/NavigatorIntents.h | 
| =================================================================== | 
| --- Source/WebCore/Modules/intents/NavigatorIntents.h	(revision 113341) | 
| +++ Source/WebCore/Modules/intents/NavigatorIntents.h	(working copy) | 
| @@ -40,7 +40,7 @@ | 
|  | 
| class NavigatorIntents { | 
| public: | 
| -    static void startActivity(Navigator*, PassRefPtr<Intent>, PassRefPtr<IntentResultCallback> successCallback, PassRefPtr<IntentResultCallback> errorCallback, ExceptionCode&); | 
| +    static void webkitStartActivity(Navigator*, PassRefPtr<Intent>, PassRefPtr<IntentResultCallback> successCallback, PassRefPtr<IntentResultCallback> errorCallback, ExceptionCode&); | 
|  | 
| private: | 
| NavigatorIntents(); | 
|  |