| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 380562e16049a21148738a9dd069920b5a87fedc..6a889b25b1d7cd670ec591f14f0a98918f9342d7 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -146,7 +146,7 @@ interface InspectorInstrumentation {
|
| void didRemoveTimer([Keep] ExecutionContext*, int timerId);
|
|
|
| [Timeline, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willCallFunction([Keep] ExecutionContext*, const String& scriptName, int scriptLine);
|
| + InspectorInstrumentationCookie willCallFunction([Keep] ExecutionContext*, int scriptId, const String& scriptName, int scriptLine);
|
|
|
| [Timeline, Inline=FastReturn]
|
| void didCallFunction(const InspectorInstrumentationCookie&);
|
|
|