| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index ebff07d322704352c13faf87ff0b162b7930b53d..f9cd5af6c6f15dbd2af2e205b7c77a56efab6096 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -138,7 +138,7 @@ interface InspectorInstrumentation {
|
| void didRemoveTimer([Keep] ExecutionContext*, int timerId);
|
|
|
| [Debugger, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willCallFunction([Keep] ExecutionContext*, const DevToolsFunctionInfo&);
|
| + InspectorInstrumentationCookie willCallFunction(ExecutionContext*, const DevToolsFunctionInfo&);
|
|
|
| [Debugger, Inline=FastReturn]
|
| void didCallFunction(const InspectorInstrumentationCookie&);
|
| @@ -180,7 +180,7 @@ interface InspectorInstrumentation {
|
| void didPerformExecutionContextTask(ExecutionContext*);
|
|
|
| [Debugger, DOMDebugger, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willEvaluateScript(LocalFrame*, const String& url, int lineNumber);
|
| + InspectorInstrumentationCookie willEvaluateScript(LocalFrame*);
|
|
|
| [Debugger, Inline=FastReturn]
|
| void didEvaluateScript(const InspectorInstrumentationCookie&);
|
|
|