| Index: Source/core/inspector/InspectorInstrumentation.idl
 | 
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
 | 
| index 0b8fe84ef4302f8538ee7f05d845dca2c32f3d17..bbf4d9c69818912dc5985e560c5d8f346e952c09 100644
 | 
| --- a/Source/core/inspector/InspectorInstrumentation.idl
 | 
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
 | 
| @@ -291,7 +291,7 @@ interface InspectorInstrumentation {
 | 
|      void didFailXHRLoading(ScriptExecutionContext*, ThreadableLoaderClient* client);
 | 
|  
 | 
|      [Console, Resource]
 | 
| -    void didFinishXHRLoading(ScriptExecutionContext*, ThreadableLoaderClient* client, unsigned long identifier, const String& sourceString, const String& url, const String& sendURL, unsigned sendLineNumber);
 | 
| +    void didFinishXHRLoading(ScriptExecutionContext*, ThreadableLoaderClient* client, unsigned long identifier, ScriptString sourceString, const String& url, const String& sendURL, unsigned sendLineNumber);
 | 
|  
 | 
|      [Resource]
 | 
|      void didReceiveXHRResponse(ScriptExecutionContext*, unsigned long identifier);
 | 
| 
 |