| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index df5765793fef8527837ee1584e6f76866bc4dfce..85066c88951b8a7ea5282e592e5ddf4198729531 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -506,10 +506,10 @@ class ConsoleMessage;
|
| void consoleTimelineEnd([Keep] ExecutionContext* context, const String& title, ScriptState* state);
|
|
|
| [Profiler, Inline=FastReturn]
|
| - void consoleProfile([Keep] ExecutionContext* context, const String& title, ScriptState* state);
|
| + void consoleProfile([Keep] ExecutionContext* context, const String& title);
|
|
|
| [Profiler, Inline=FastReturn]
|
| - void consoleProfileEnd(ExecutionContext* context, const String& title, ScriptState* state);
|
| + void consoleProfileEnd(ExecutionContext* context, const String& title);
|
| }
|
|
|
| interface InspectorOverrides {
|
|
|