| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 82d9782fc872c302a06f17d64a6217107a5f702f..1f9f14d8cbe817e5a482cd236340340aa8dab8c0 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -495,12 +495,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);
|
|
|
|
|