| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index e2031a6df4e3bb317019aeb5132e3d1ff0edea0b..a3cf6789ad5b75933f0cacae96ce173a57adcd52 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -354,12 +354,6 @@ class ConsoleMessage;
|
| [Console]
|
| void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage);
|
|
|
| - [Profiler, Inline=FastReturn]
|
| - void consoleProfile([Keep] ExecutionContext* context, const String& title);
|
| -
|
| - [Profiler, Inline=FastReturn]
|
| - void consoleProfileEnd(ExecutionContext* context, const String& title);
|
| -
|
| [Console]
|
| void consoleMessagesCleared(ExecutionContext* context);
|
| }
|
|
|