| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 40e62395d61e890c4699669a21e61db54a174a21..beca46ee8fbe60294ebf234e1acb592e75f0cb39 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -496,12 +496,6 @@ class ConsoleMessage;
|
| [Timeline, Inline=FastReturn]
|
| void consoleTimeStamp([Keep] ExecutionContext* context, const String& title);
|
|
|
| - [Console, Inline=FastReturn]
|
| - void consoleTimeline([Keep] ExecutionContext* context, const String& title, ScriptState* state);
|
| -
|
| - [Console, Inline=FastReturn]
|
| - void consoleTimelineEnd([Keep] ExecutionContext* context, const String& title, ScriptState* state);
|
| -
|
| [Profiler, Inline=FastReturn]
|
| void consoleProfile([Keep] ExecutionContext* context, const String& title);
|
|
|
|
|